1.4.0 • Published 7 years ago

gulp-nw-builder v1.4.0

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

gulp-nw-builder

NPM version

Help developers build their own nw.js apps for different platforms such as win, mac and linux with gulp.

Information

Usage

var builder = require('gulp-nw-builder');

gulp.task('scripts', function() {
  return gulp.src(['./resources/**/*'])
    .pipe(builder({
        version: 'v0.12.2',
        platforms: ['win64']
     }));
});

This will pass all the files into nw-builder, and generate the nw.js app.

It's better you use nw-builder directly, since nothing special here but a simple wrapper.

Options

All the options will be passed into nw-builder directly except files.

For detail description, see: Options

Additionally, quiet: true will disable all logging to gulp.

LICENSE

MIT License

1.4.0

7 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago