1.1.0 • Published 8 years ago

jcat v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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