0.7.1 • Published 3 years ago

postinstall-browserify v0.7.1

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

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.