BoosterCLI
Tool to generate files with boilerplate in terminal.
Last updated
Was this helpful?
Tool to generate files with boilerplate in terminal.
Last updated
Was this helpful?
BoosterCLI is a tool to create files with all code require to implement in our classes to view a list of command go into the folders app and type:
You could see the next list:
To speed your development BoosterCLI it´s a good tool but, it could be faster when you need to create all stack to controller-model-view to get faster BoosterCLI have a command that is better in this cases, that you will need no create a CRUD, you could use:
And inmediatly BoosterCLI makes a correspond controller, model, and view, and in view all the default views that match with boilerplate on the controller to use a view for index, other for create, edit, show.
For all others commands are touch in correspond Class section.