This is very opinionated to my own workflow.
Todo
- better documentation
- add grunt task to run only on new files
- run jshint
use libsassadd grunt fileadd serveradd bootstrapadd normalizeadd base
Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-experiment-starter from npm, run:
$ npm install -g generator-experiment-starter
Finally, initiate the generator:
$ yo experiment-starter