fis3-parser-lodash-template

3.1.0 • Public • Published

fis3-parser-lodash-template

a fis plugin to parse lodash template.

styled with prettier npm npm npm

install

npm install --global fis3-parser-lodash-template

usage

// fis-conf.js

const lodashTemplateConf = {
  // lodashTemplate render data
  data: {

  },
  // lodashTemplate render options
  options: {

  }
}

fis.match('*.jst', {
  parser: fis.plugin('lodash-template', lodashTemplateConf);
});

more options https://lodash.com/docs/#template

links

license

MIT © fisker Cheung

Package Sidebar

Install

npm i fis3-parser-lodash-template

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

42 kB

Total Files

4

Last publish

Collaborators

  • fisker