Awesome
choo-scaffold
Scaffold out files for a Choo project. Useful to speed up creating applications.
Usage
$ npx choo-scaffold <command>
API
$ choo-scaffold <command> [options]
Commands:
store generate a new store
view generate a new view
component generate a new component
Options:
-h, --help print usage
-v, --version print version
-q, --quiet don't output any logs
Examples:
Create a new store
$ choo-scaffold store todos
Create a new view
$ choo-scaffold view 404
Create a new component
$ choo-scaffold component button
Running into trouble? Feel free to file an issue:
https://github.com/choojs/choo-scaffold/issues/new
Do you enjoy using this software? Become a backer:
https://opencollective.com/choo
See Also
- create-choo-app - create choo apps from scratch
- create-choo-electron - create choo electron apps from scratch
- choo-cli - creates choo apps from templates on github