fly-ejs

2.0.0 • Public • Published

ejs plugin for Fly.

npm package

Getting Started

This plugin requires fly.

$ npm i fly-ejs -D

Usage examples

module.exports = {
  *ejs(fly) {
    yield fly.source('./**/*.ejs')
      .ejs({ key: 'value' })
      .target('./dist')
  }
}

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i fly-ejs

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • pine613