Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

youngjuning-archive/handlebars-template-compiler

Repository files navigation

handlebars-template-compiler

Install

$ npm install handlebars-template-compiler

OR

$ yarn add handlebars-template-compiler

Usage

const compiler = require('handlebars-template-compiler');
compiler(
  {
    name: '洛竹',
  },
  './tpl',
  {
    tplSuffix: 'tpl',
    exclude: ['**/*.js'],
  }
);

About

一个简单的基于 handlebars 的模板编译器

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published