https://github.com/sergeysova/jcat
https://github.com/sergeysova/jcat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergeysova/jcat
- Owner: sergeysova
- Created: 2016-02-13T13:09:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T13:36:58.000Z (over 10 years ago)
- Last Synced: 2025-11-06T13:15:45.287Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```