0.0.3 • Published 6 years ago

johnny-cli v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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