gnt is command-line tool for creating Go projects quickly.
You can create Go project templates with gnt in your favorite terminal. For creating basic Go project just type:
gnt create myGoProjectYou can contribute to gnt project for help me to develop. See CONTRIBUTING.md for more information. Thanks for all contributors.
gnt will soon support cross-platform. So, you can use gnt in Linux, macOS and Windows operating systems.
gnt for Linux is available with Homebrew and as a downloadable binary from the releases page.
With Homebrew
Add Homebrew Tap
brew tap lnxwizard/gntInstall
brew install lnxwizard/gnt/gntUpgrade
brew upgrade lnxwizard/gnt/gntOpen the Releases page and click to the latest release and download gnt_{version}_linux_386.tar.gz, gnt_{version}_linux_amd64.tar.gz, gnt_{version}_linux_arm.tar.gz or gnt_{version}_linux_arm64.tar.gzdepending on your processor architecture. Add gnt/bin to the system path, open your favorite Terminal and type:
gnt --helpIf you see the help message gnt has been successfully installed on your system.
gnt for macOS is available with Homebrew and as a downloadable binary from the releases page.
With Homebrew
Add Homebrew Tap
brew tap lnxwizard/gntInstall
brew install lnxwizard/gnt/gntUpgrade
brew upgrade lnxwizard/gnt/gntOpen the Releases page and click to the latest release and download the gnt_{version}_darwin_arm64.zip or gnt_{version}_darwin_arm64.zip file according to your processor architecture. Add gnt/bin to the system path, open your favorite Terminal and type:
gnt --helpIf you see the help message gnt has been successfully installed on your system.
Windows operating systems are not supported for now. Coming Soon...
bug: Report bugcreate: Create Go projectshelp: Help for gntrepo: Open GitHub repositoryversion: Print the CLI version
-h,--help: Help for gnt-v,--version: Version for gnt
Documentation for gnt is coming soon...
