by Gentry Rolofson
This project allows for quick generation of project to speed up development time.
How this project works
Install getGoing
Run getGoing as of version
version = 1.0.0
getGoing supports two template types
-
basic
- has no folder structure just a main file
-
MVC(Model, View, Controller)
- has MVC folder structure
./getGoing -new="project_name" -template="basic"
- Add option for orm driver insertion
- Add option to setup model sructs in CLI