postinstall-browserify
v0.7.1
Published
postinstall command to browserify javascript files
Downloads
22
Readme
postinstall-browserify
This is a postinstall command plugin.
It runs browserify on input and accepts options.
Usage
The plugin can be called directly, or through postinstall.
Directly:
require('postinstall-browserify')(inputs, output, options).then(function() {
// done
});Options
All options (command-line or json style) are passed directly to browserify.
