webpack-flow-template

0.1.0 • Public • Published

webpack-flow-template

Install

$ npm install --save webpack-flow-template

Usage

const template = require('webpack-flow-template')

module.exports = flow(
  //...
  template('template.html', options)
)

API

template(templatePath, [options])

templatePath

Type: string

Path to your custom template, use ejs syntax by default. A short hand for setting options.template.

options

html-webpack-plugin option.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-flow-template

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rem