README
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,html
orjade
.CSS preprocessor
in the same way,css
orsass
orless
orstylus
.JavaScript preprocessor
in the same way,JavaScript
orCoffeeScript
ortypescript
.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