0.0.8 • Published 7 years ago

hapi-cli v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hapi-cli

A CLI for getting started with hapi.js projects. It fetches the ninja-hapi boilerplate for now.

npm install -g hapi-cli

Create a new app

hapi my_app

Install Dependencies

cd my_app && npm install

Help and Version

hapi -V // Check CLI version
hapi --help // Get help and check usage

License

MIT