plugin GULP to convert html template to Incremental DOM


Keywords
gulp, IDOM, incremental, DOM, Template, FerrugemJS, convert
License
MIT
Install
npm install gulp-ferrugemjs@0.17.0

Documentation

gulp-ferrugemjs

a npm gulp convert html to incremental dom

gulp-ferrugemjs

gulp-ferrugemjs is a simple gulp plugin to converte HTML Template engine for google incremental-DOM.

NPM

####Install

'npm install gulp-ferrugemjs --save-dev'

####Usage

var gulp_ferrugemjs = require('gulp-ferrugemjs');//import the plugin
// your code here!!
pipe(gulp_ferrugemjs())
//..pass to next pipe ;)

License

MIT License