Socket
Socket
Sign inDemoInstall

gulp-react-templates

Package Overview
Dependencies
116
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-react-templates

A plugin for Gulp


Version published
Maintainers
1
Created

Readme

Source

gulp-react-templates

NPM version

react-templates plugin for gulp

Usage

First, install react-templates and gulp-react-templates as a development dependency:

npm install --save-dev react-templates gulp-react-templates

Then, add it to your gulpfile.js:

var react-templates = require("gulp-react-templates");

gulp.src("./src/*.rt")
	.pipe(react-templates({
		modules: 'amd'
	}))
	.pipe(gulp.dest("./dist"));

API

react-templates(options)

The options gulp-react-templates can get are the same as react-templates's options. Just type rt --help in your shell in order to learn about the available options.

License

MIT License

Keywords

FAQs

Last updated on 20 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc