1.1.0 • Published 9 years ago
jcat v1.1.0
jcat
Render contents of loaded module
modules should exports value
Install
npm install -g jcat
Usage
# load from local path
jcat ./complex.config.js
{
"debug": true,
"init": function() {
this.run();
}
}
# will load main file from `node_modules/babel'
cd project
jcat babel