danielo515 / generator-hapi-swagger-es6

Yeoman generator for modern hapi servers with automatic documentation
MIT License
4 stars 1 forks source link

generator-hapi-swagger-es6

Greenkeeper badge NPM version Build Status Dependency Status Coverage percentage npm

A modern hapi REST service with automatic documentation using swagger with optional docker support

Installation

First, install Yeoman and generator-hapi-swagger-es6 using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-hapi-swagger-es6

Then generate your new project:

yo hapi-swagger-es6

Generator Features

This generator creates a hapi backend with the following features:

The generated code expects a node version >=6 because it makes a heavy use of destructuring. We target cleaniness, simple folder structure and folowing hapi guidelines.

Getting To Know Yeoman

License

MIT © Danielo Rodriguez Rivero