README
Hapi Sequelize Boilerplate Generator
Usage
To use boilerplate generator you need to install yo
yarn global add yo
and install boilerplate generator to global dependencies
yarn global add generator-hapi-sequelize-boilerplate
next you have to create directory for your project
mkdir my-project
cd my-project
last step you will run this command to excute generator to install source code
yo hapi-sequelize-boilerplate
Finally! you now have boilerplate source code and ready for start your project Have fun :) !!!
Update boilerplate
first, run yo command
yo
select option Update your generators