0.1.2 • Published 13 years ago

generator-tb v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
13 years ago

generator-tb

A Yeoman generator for Teambition's web app.

Getting Started

Install Yeoman

$ npm install -g yo

Install generator-tb

To install generator-tb from npm, run:

$ npm install -g generator-tb

Usage

Finally, initiate the generator:

$ yo tb:view 'today/task list'

    create src/scripts/views/today/task-list.coffee
    create src/stylesheets/today/task-list/task-list.less
    create src/templates/today/task-list/basic.html
    create src/locales/today/task-list/zh.json
    create src/locales/today/task-list/en.json
$ yo tb:model 'today event'

    create src/scripts/models/today-event.coffee
    create src/scripts/collections/today-events.coffee

How to dev

License

MIT License

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago