# generator-chek-ms
> boilerplate de creación de microservicios en Chek, este template fue realizado por los Cristóbales, el bueno (Gajardo) y el malo (Palma).
 
> El objetivo es que con pocas instrucciones se pueda generar la base de un microservicio en NestJs, con el cual podamos comenzar a trabajar de inmediato.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-chek-ms using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-chek-ms
```

Then generate your new project:

```bash
yo chek-ms
```

## Getting To Know Yeoman

 * Yeoman has a heart of gold.
 * Yeoman is a person with feelings and opinions, but is very easy to work with.
 * Yeoman can be too opinionated at times but is easily convinced not to be.
 * Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

Apache-2.0 © [Mauricio Martínez Pinilla]()


[npm-image]: https://badge.fury.io/js/generator-chek-ms.svg
[npm-url]: https://npmjs.org/package/generator-chek-ms
[travis-image]: https://travis-ci.com//generator-chek-ms.svg?branch=master
[travis-url]: https://travis-ci.com//generator-chek-ms
[daviddm-image]: https://david-dm.org//generator-chek-ms.svg?theme=shields.io
[daviddm-url]: https://david-dm.org//generator-chek-ms
