-
bob new my_app [options]
-
bob generate GENERATOR [args] [options]
-
bob generate component NAME [method method] [options]
-
bob generate service NAME [method method] [options]
-
bob generate helper NAME [method method] [options]
-
bob generate mixin NAME [method method] [options]
-
bob cull NAME
The cull command should be used if you want to create a custom generator based on the current folder structure. The generator cli will parse the current folder structure - generate an config.json file which can be re-used.
- git clone https://github.com/ifahrentholz/generator
- cd generator
- npm link
- shell:
bob -h