jcat

1.1.0 • Public • Published

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

/jcat/

    Package Sidebar

    Install

    npm i jcat

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • lestad