1.0.0 • Published 13 years ago
yeoman-startr v1.0.0
startr for Yeoman
A Yeoman generator which creates scaffolds for web-applications.
Installation
Requirements
Actual installation
Open up Terminal and execute:
$ sudo npm install -g yeoman-startrThis will install startr so you can use it as a generator for Yeoman.
You may need to reinstall the generator every time you update Yeoman.
Uninstallation
You can remove startr from your Yeoman installation by simply executing these lines in your Terminal:
$ cd /usr/local/lib/node_modules/yeoman/node_modules/yeoman-generators/lib/generators
$ sudo rm -rf startrUsage
First of all, you need to open up your Terminal and navigate (via cd) to an empty directory in which you want your project to be located.
After that you simply enter
$ yeoman init startrand you are good to go!
Credits
startr is powered by:
If you have any questions feel free to get in touch with me via Twitter (@hnrch02).
1.0.0
13 years ago