0.0.7 • Published 10 years ago

generator-component-app v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

generator-component-app Build Status

Yeoman generator

Notice

sub-generator command component-app:component is not enabled under 0.0.5. please use 0.0.6 or upper :/

Getting Started

To install generator-component-app from npm, run:

$ npm install -g generator-component-app

Finally, initiate the generator:

$ yo component-app

And you can create component with sub command

$ yo component-app:component YOUR_COMPONENT_NAME

How to build your app

$ cd YOUR_APP_DIR
$ make

I recommend to use visionmedia/watch to build component continuously.

$ git clone git@github.com:visionmedia/watch.git
$ cd ./watch
$ make
$ cd YOUR_APP_DIR
$ watch make

License

MIT

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago