manta-hapi
v1.1.0
Published
Hapi rest API generator
Downloads
58
Maintainers
Readme
Manta Hapi js Restful API Generator CLI 
Hapi js Restful API Generator
Table of contents
Installation
Globally
Install CLI global with
$ npm install -g --save manta-hapiNow you can run CLI using following command
$ mantaUsage
$ mkdir your_app && cd your_app
$ mantaTips
To run Authentication module, you need to have environment file (.env).
$ cp .env.example .env