1.1.0 • Published 3 years ago

handlebars-template-compiler v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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'],
  }
);