fis3-parser-ejs

3.1.0 • Public • Published

fis3-parser-ejs

a fis plugin to parse ejs.

styled with prettier npm npm npm

install

npm install --global fis3-parser-ejs

usage

// fis-conf.js

const ejsConf = {
  // ejs render data
  data: {

  },
  // ejs render options
  options: {

  }
}

fis.match('*.ejs', {
  parser: fis.plugin('ejs', ejsConf);
});

more options: https://github.com/mde/ejs

links

license

MIT © fisker Cheung

/fis3-parser-ejs/

    Package Sidebar

    Install

    npm i fis3-parser-ejs

    Weekly Downloads

    50

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    41.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • fisker