# generator-ed-grid [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Crea el scafold adecuado para trabajar con ed-grid v2

## Installation

Primero, instale [Yeoman](http://yeoman.io) y el  generator-ed-grid utilizando [npm](https://www.npmjs.com/) (Se asume que usted ya tiene preinstalado [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-ed-grid
```

Entonces genere su nuevo proyecto

```bash
yo ed-grid
```

## 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 © [Martin Algañaraz](https://mardecode.herokuapp.com)


[npm-image]: https://badge.fury.io/js/generator-ed-grid.svg
[npm-url]: https://npmjs.org/package/generator-ed-grid
[travis-image]: https://travis-ci.org/idcmardelplata/generator-ed-grid.svg?branch=master
[travis-url]: https://travis-ci.org/idcmardelplata/generator-ed-grid
[daviddm-image]: https://david-dm.org/idcmardelplata/generator-ed-grid.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/idcmardelplata/generator-ed-grid
[coveralls-image]: https://coveralls.io/repos/idcmardelplata/generator-ed-grid/badge.svg
[coveralls-url]: https://coveralls.io/r/idcmardelplata/generator-ed-grid
