yeoman-startr
v1.0.0
Published
A Yeoman generator which creates scaffolds for web-applications.
Downloads
4
Readme
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-startr
This 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 startr
Usage
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 startr
and 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).