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

https://github.com/oxyc/yeoman-custom-generators

Some of my own yeoman generators
https://github.com/oxyc/yeoman-custom-generators

Last synced: 8 months ago
JSON representation

Some of my own yeoman generators

Awesome Lists containing this project

README

          

# Custom generators for Yeoman

### Node

Create a node app structure (Makefile based atm.)

* `mkdir my-awesome-app && cd my-awesome-app`
* `npm install git://github.com/oxyc/yeoman-custom-generators.git` Install the generators in the local directory
* `yeoman init node` Run the generator and scaffold a project.
- Bin file (@TODO)
- JS Coverage as documentation
- MIT License
- Application name (package.json etc.)
- Application description
- Author

## LICENSE

MIT