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
- Host: GitHub
- URL: https://github.com/oxyc/yeoman-custom-generators
- Owner: oxyc
- License: mit
- Created: 2012-10-24T13:41:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T13:07:19.000Z (over 13 years ago)
- Last Synced: 2025-10-14T20:13:09.625Z (8 months ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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