A CLI application that helps developers quickly generate project structure for Go web applications using popular frameworks like Gin, Fiber and gFly. It automates the setup process, creating directories, configuration files, and boilerplate code, so you can start coding right away.
To install goboil
, run the following command:
go install -v github.com/minhnghia2k3/goboil/cmd/[email protected]
This command will download and install goboil
as a binary into your $GOPATH/bin
directory.
Once installed, you can run goboil
from anywhere in your terminal:
goboil
Apache 2.0 © minhnghia2k3