cortex-neuron-builder

v4.1.0
Wrap commonjs module/1.0 javascript files for [cortex](http://github.com/kaelzhang/cortex)
neuron-builder

neuron-builder NPM version Build Status Dependency Status

Usage

var builder = require('neuron-builder');

builder(options).parse(file, callback)

builder(options)
.on('warn', function(message){
  console.warn(message);
})
.parse(file, callback);

arguments

  • options Object

    • pkg: mixed package json format of project
    • targetVersion: target version to build
    • cwd: current working directory
    • changedFile: the file has been changed. If it has no relations with the parsing file, an ENOTNEEDBUILD error will be thrown.
    • allowNotInstalled
  • file Path the parsing file

callback will get err and contents as its arguments, where contents is the wrapped result.

npm i cortex-neuron-builder

Metadata

  • MIT
  • >=0.8.0
  • kael
  • released 2/28/2016

Downloads