BoosterCLI

Tool to generate files with boilerplate in terminal.

For Mac Terminal it´s a good tool tu use BoosterCL.

For Windows it´s recomendable to use gitBash, chocolatey or Cmder, all are good tools.

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:

$ php BoosterCLI help

You could see the next list:

Cmder is very recomendable for windows it support some linux commands :)

Resources

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:

$ php BoosterCLI make:resource users

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.

Last updated