3.0.1 • Published 9 years ago

gulp-reactify v3.0.1

Weekly downloads
15
License
MIT
Repository
github
Last release
9 years ago

gulp-reactify

plugin for gulp to transform react jsx file

NPM version npm download

Usage

gulp.src('**/*.js').pipe(require('gulp-reactify')({
  reactTools: require('reactTools')
}))