0.0.9 • Published 11 years ago

generator-yogi v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

generator-yogi (WIP) Build Status

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 or jade .
  • CSS preprocessor
    in the same way, css or sass or less or stylus.
  • JavaScript preprocessor
    in the same way, JavaScript or CoffeeScript or typescript.

  • 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

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago