README
generator-yogi (WIP) 
My favorite template on Frontend Development.
Yeoman generator
The tools that are available in my recent frontend development it tried to generater. (WIP)
Feature
generate template
$ mkdir <projectName> && cd <projectName>
$ yo yogi
include tool
- gulp
- bower
- browserify
- built-in server (w/connect)
- livereloadg
and
template engine
you can pick the template engine,htmlorjade.CSS preprocessor
in the same way,cssorsassorlessorstylus.JavaScript preprocessor
in the same way,JavaScriptorCoffeeScriptortypescript.and use js library (Option)
jQuery
Modernizr
deploy to server
you can deploy dist files to http server(heroku).
prepare for setup
To install heroku toolbelt. https://toolbelt.heroku.com/
and login
$ heroku login
deploy (for first time)
then, you can deploy to Heroku. command is...
$ yo yogi:up
To _stage directory is created in you're projects, It will deploy there directory to heroku.
deploy (second time or after)
$ yo yogi:deploy
Getting Started
coming soon. :)
Generator Development
$ git clone git@github.com:kyohei8/generator-yogi.git
$ cd generator-yogi
$ npm link
then, you'll be able to call
yo yogi
License
MIT