0.0.0 • Published 9 years ago

gulp-nw-build v0.0.0

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

(PLUGIN AUTHOR: Please read Plugin README conventions, then delete this line)

gulp-nw-build

NPM version Build Status Coverage Status Dependency Status

nw-build plugin for gulp

Usage

First, install gulp-nw-build as a development dependency:

npm install --save-dev gulp-nw-build

Then, add it to your gulpfile.js:

var nw-build = require("gulp-nw-build");

gulp.src("./src/*.ext")
	.pipe(nw-build({
		msg: "Hello Gulp!"
	}))
	.pipe(gulp.dest("./dist"));

API

nw-build(options)

options.msg

Type: String
Default: Hello World

The message you wish to attach to file.

License

MIT License