johnny-cli
v0.0.3
Published
CLI for Johnny Deps
Downloads
2
Readme
Johnny
Johnny Deps CLI
Install
Install globally:
$ git clone https://github.com/gvidon/johnny.git
$ npm i
$ npm run build
# npm i -g
Npm package will be published in future.
Usage
$ johhny --help
Development
$ npm i
Copy fakeapi/db.json to fakeapi/db.local.json then
$ npm run fakeapi
for starting fake REST API server.
$ npm run build
create bundle in ./dist directory.
$ node run dist/cli.js
run it.
Tests
$ npm run test