-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Milestone
Description
So guys, I think it is good to use gulp to do this, not yeoman as someone recommended. Ionic CLI integrate some tasks with gulp, I think using gulp tasks is a good way to stay close of Ionic CLI, and it may resolves to some good integrations with Ionic CLI
For example, today if you run ionic serve it trigger gulp watch.
I imagine something like:
gulp create-state stateNameIt should create these files
www/states/stateName/
www/states/stateName/route.js
www/states/stateName/controller.js
www/states/stateName/template.htmlCreate a state with no Controller
gulp create-state stateName --ignore-controlleroutput
www/states/stateName/
www/states/stateName/route.js
www/states/stateName/controller.js
www/states/stateName/template.htmlShort version
gulp cs stateName -cIt should use the conventions listed in this Style Guide
Note
Please, send suggestions of commands name, it should be intuitive and no obstructive.
Reactions are currently unavailable