yeoman-startr

1.0.0 • Public • Published

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).

Readme

Keywords

none

Package Sidebar

Install

npm i yeoman-startr

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • hnrch02