a fis plugin to parse ejs.
npm install --global fis3-parser-ejs
// 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
fis3: http://fis.baidu.com/
ejs: http://ejs.co/
MIT © fisker Cheung
Version | Tag | Published |
---|---|---|
3.1.0 | latest | 1yr ago |