4.0.4 • Published 9 years ago

apeman-task-browserify v4.0.4

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

apeman-task-browserify

Build Status Code Climate Code Coverage npm Version JS Standard

apeman task to execute browserify

Installation

$ npm install apeman-task-browserify --save-dev

Usage

  1. Define a task within Apemanfile.js
  2. 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
NameTypeDefaultDescription
optionsobjectOptional settings.

License

This software is released under the MIT License.

Links

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago