Yeoman generator for scaffolding hapi apps and plugins.
$ npm install -g yo
$ npm install -g generator-hapi-style
$ yo hapi-style:app hapi-fan-club
$ cd hapi-fan-club
$ npm install
$ npm update --save
$ npm test
$ npm start
$ yo hapi-style:api hapi-fan-serve
$ cd hapi-fan-serve
$ npm install
$ npm update --save
$ npm test
$ npm start
$ yo hapi-style:web hapi-fan-site
$ cd hapi-fan-site
$ npm install
$ npm update --save
$ npm test
$ npm start
$ yo hapi-style:plugin hapi-space-madness
$ cd hapi-space-madness
$ npm install
$ npm update --save
$ npm test
Any issues or questions (no matter how basic), open an issue. Please take the initiative to include basic debugging information like operating system and relevant version details such as:
$ npm version
# { 'generator-hapi-style': '5.0.0',
# npm: '2.14.7',
# ares: '1.10.1-DEV',
# http_parser: '2.5.0',
# icu: '56.1',
# modules: '46',
# node: '4.2.2',
# openssl: '1.0.2d',
# uv: '1.7.5',
# v8: '4.5.103.35',
# zlib: '1.2.8' }
Contributions are welcome. Your code should:
- include 100% test coverage
- follow the hapi.js coding conventions
If you're changing something non-trivial, you may want to submit an issue first.
👍 All the generators include 100% test coverage.
MIT
What you create with generator-hapi-style
is more important than generator-hapi-style
.