generator-ullasoc v0.0.7
generator-Ullasoc 
Yeoman generator
Getting Started
$ npm install -g yoYeoman 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-Ullasoc from npm, run:
$ npm install -g generator-ullasocFinally, initiate the generator:
$ yo ullasocSteps you need to do!!!
- Laounch MAMP and make virtual host to this (root) folder! ex: http://localhost
- start grunt server with command: $ grunt
Happy coding :)
Grunt commands
To start Grunt server (compass, browsersync) type:
$ gruntTo add bower component
$ bower install jQuery -—saveTo remove bower component
$ bower uninstall jQuery -—saveTo link added bower components to html (no need to do it, if you adding bower components like example before and you are in server mode)
$ grunt bowerInstallTo build production build
$ grunt buildGetting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
License
MIT