CLI which quickly set up the basic layout and files for a new project i.e go scaffolding
Usage:
gofold [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
handler Generate a handler file with basic CRUD operations
help Help about any command
init Generate the base structure of your go project with the given name
model Generate a model file with basic crud operation on model in the given file
route Generate a route file with basic CRUD operations
Flags:
--config string config file with defined structure if not given default will be considerd
-h, --help help for gofold
-t, --toggle Help message for toggle
Use "gofold [command] --help" for more information about a command.