fis3-parser-ejs
v3.1.0
Published
a fis plugin to parse ejs.
Downloads
16
Maintainers
Readme
fis3-parser-ejs
a fis plugin to parse ejs.
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
fis3: http://fis.baidu.com/
ejs: http://ejs.co/
license
MIT © fisker Cheung