Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

gulp-nw-build

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-nw-build

A plugin for Gulp

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

(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

Keywords

gulpplugin

FAQs

Package last updated on 23 Feb 2015

Did you know?

Socket

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