Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/gulp-reactify
plugin for gulp to transform react jsx file
https://github.com/popomore/gulp-reactify
Last synced: about 2 months ago
JSON representation
plugin for gulp to transform react jsx file
- Host: GitHub
- URL: https://github.com/popomore/gulp-reactify
- Owner: popomore
- Created: 2014-12-05T04:33:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T04:42:40.000Z (about 10 years ago)
- Last Synced: 2024-10-16T21:23:21.268Z (3 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gulp-reactify
plugin for gulp to transform react jsx file
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url][npm-image]: http://img.shields.io/npm/v/gulp-reactify.svg?style=flat-square
[npm-url]: http://npmjs.org/package/gulp-reactify
[download-image]: https://img.shields.io/npm/dm/gulp-reactify.svg?style=flat-square
[download-url]: https://npmjs.org/package/gulp-reactify## Usage
```js
gulp.src('**/*.js').pipe(require('gulp-reactify')({
reactTools: require('reactTools')
}))
```