An open API service indexing awesome lists of open source software.

https://github.com/awkward/generator-component

Awkies Component Generator
https://github.com/awkward/generator-component

Last synced: 8 days ago
JSON representation

Awkies Component Generator

Awesome Lists containing this project

README

          

## Getting Started

### Installing the component generator

First of all: Include the following piece in your package.json

``` json
"dependencies" :{
"generator-component": "git+ssh://git@github.com:awkward/generator-component.git#master"
}
```

Then run:
``` bash
npm install
```

Finally, initiate the generator:

```
$ yo component
```