1.0.1 • Published 5 years ago

@mili-handlers/ejs v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@mili-handlers/ejs

version downloads license dependencies coveralls

The mili handler used to parse ejs template.

Usage

import ejs from '@mili-handlers/ejs'

const rules = {
  // the ext(.ejs) will be removed by ejs handler
  path: 'file_path.ejs',
  handlers: [ejs],
}

Sponsor

Support code development on patron.

patron

Contributing & Development

If there is any doubt, it is very welcome to discuss the issue together. Please read Contributor Covenant Code of Conduct and CONTRIBUTING.