@mili-handlers/ejsdeprecated

The mili handler used to parse ejs template.

Usage no npm install needed!

<script type="module">
  import miliHandlersEjs from 'https://cdn.skypack.dev/@mili-handlers/ejs';
</script>

README

@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.