Helpers for packaging npm packages with gulp-brass.
Check out self explanatory example.
var npm = require('gulp-brass-npm');
Runs npm pack
and extracts package archive to rpm.buildDir_BUILD
.
Symlinks pkg.bin
.
Creates service file from default template.
Extracts default options from package.json
.
ISC