An open API service indexing awesome lists of open source software.

https://github.com/sergeysova/jcat


https://github.com/sergeysova/jcat

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# jcat

Render contents of loaded module
> modules should exports value

## Install

```bash
npm install -g jcat
```

## Usage

```bash
# 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
```