Wrap commonjs module/1.0 javascript files for [neuron](http://github.com/kaelzhang/neuron)
npm install neuron-builder``js
var builder = require('neuron-builder');
builder(file, options, callback)
.on('warn', function(message){
console.warn(message);
});
`
- filename String the pathname of the entry file to be parsed fromObject
- options Object
- pkg: mixed package json format of projectString
- cwd: current working directoryObject|Array.
- compilers:
callback will get err, contents and parsed as its arguments, where:
- err ErrorString` the parsed content
- content