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
- Host: GitHub
- URL: https://github.com/awkward/generator-component
- Owner: awkward
- Created: 2014-02-11T16:23:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T12:26:28.000Z (over 11 years ago)
- Last Synced: 2025-01-10T22:24:56.549Z (over 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```