## Hapi Mongoose Boilerplate Generator

![](https://github.com/20Scoops-CNX/hapi-mongoose-boilerplate/workflows/Check%20Hapi%20Mongoose%20Boilerplate/badge.svg)

## Usage

To use boilerplate generator you need to install yo

```sh
    yarn global add yo
```

and install boilerplate generator to global dependencies

```sh
    yarn global add generator-hapi-mongoose-boilerplate
```

next you have to create directory for your project

```sh
    mkdir my-project
    cd my-project
```

last step you will run this command to excute generator to install source code

```sh
    yo hapi-mongoose-boilerplate
```

Finally! you now have boilerplate source code and ready for start your project Have fun :) !!!

## Update boilerplate

first, run yo command

```sh
    yo
```

select option Update your generators
