https://github.com/rowno/generator-node
Generic Yeoman generator for creating Node.js applications and modules.
https://github.com/rowno/generator-node
javascript nodejs yeoman yeoman-generator
Last synced: 7 days ago
JSON representation
Generic Yeoman generator for creating Node.js applications and modules.
- Host: GitHub
- URL: https://github.com/rowno/generator-node
- Owner: Rowno
- License: mit
- Created: 2012-03-29T09:55:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:16:08.000Z (over 2 years ago)
- Last Synced: 2025-03-25T09:20:02.860Z (about 1 month ago)
- Topics: javascript, nodejs, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-node
Generic [Yeoman][] generator for creating Node.js modules, servers and React components.
## Usage
- Install [Yeoman][]: `npm install -g yo`
- Install generator-node: `npm install -g @rowno/generator-node`
- Run: `yo @rowno/node`## License
generator-node is released under the MIT license.
Copyright © 2012 Roland Warmerdam.
[yeoman]: http://yeoman.io/