apeman-task-browserify
v4.0.4
Published
apeman task to execute browserify
Downloads
112
Readme
apeman-task-browserify
apeman task to execute browserify
Installation
$ npm install apeman-task-browserify --save-dev
Usage
- Define a task within Apemanfile.js
- Call the task via apeman task command.
Apemanfile.js
/** This is an example Apemanfile to use apeman-task-browserify */
'use strict'
module.exports = {
$pkg: { /* ... */ },
$tasks: {
// Define your own task.
'react:browserify': require('apeman-task-browserify')(
'browser/index.js',
{
// Options
}
)
}
}
Then,
$ apeman task react:browserify
Signature
apemanTaskBrowserify(options) -> function
apeman task to run browserify
Args
| Name | Type | Default | Description | | --- | ---- | --- | --- | | options | object | | Optional settings. |
License
This software is released under the MIT License.