# gulp-reactify

> plugin for gulp to transform react jsx file

Latest version **3.0.1** (published 2015-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-reactify
pnpm add gulp-reactify
yarn add gulp-reactify
bun add gulp-reactify
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2015-05-26 |
| First published | 2014-12-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | yiminghe@gmail.com |
| Maintainers | yiminghe |
| Keywords | react, gulp, jsx |

## Links

- npm: https://www.npmjs.com/package/gulp-reactify
- Repository: git@github.com:yiminghe/gulp-reactify
- Homepage: http://github.com/yiminghe/gulp-reactify
- Issues: http://github.com/yiminghe/gulp-reactify/issues
- npm.io page: https://npm.io/package/gulp-reactify

## Dependencies (2)

- [through2](https://npm.io/package/through2.md) ^0.6.3
- [react-tools](https://npm.io/package/react-tools.md) ~0.13.3

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2015-05-26
- 3.0.0 — 2015-05-25
- 2.0.0 — 2015-03-18
- 1.1.1 — 2015-03-10
- 1.1.0 — 2015-01-13
- 1.0.3 — 2015-01-13
- 1.0.2 — 2014-12-30
- 1.0.1 — 2014-12-05
- 1.0.0 — 2014-12-04

## 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')
}))
```

---
_Source: https://npm.io/package/gulp-reactify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
