generator-hapijs
v0.2.0
Published
Yeoman generator for creating hapijs modules
Downloads
36
Readme
generator-hapi

Getting Started
Installation
To install generator-hapi from npm, run:
$ npm install -g generator-hapijsGenerated Directory Structure
This hapijs generator assumes that you want your project structure to look like this:
-project
--module
---module-ctrl.js
---module-dao.js
---module-routes.js
---module-test.jsUsage
Main
Scaffolds out a hapijs project.
$ yo hapijs Module
Scaffolds out a module to an existing hapijs project
$ yo hapijs:module foo Endpoint
Scaffolds out a new endpoint for an existing module
$ yo hapijs:endpoint Contributing
To run tests:
npm testTo install your local version of this package rather than the NPM published version:
npm link