Skip to content
/ gnt Public

Quickly create your Go project in your favorite terminal with `gnt`.

License

Notifications You must be signed in to change notification settings

lnxwizard/gnt

Repository files navigation

gnt

gnt is command-line tool for creating Go projects quickly.

gnt

You can create Go project templates with gnt in your favorite terminal. For creating basic Go project just type:

gnt create myGoProject

Contributing

You can contribute to gnt project for help me to develop. See CONTRIBUTING.md for more information. Thanks for all contributors.

Installation

gnt will soon support cross-platform. So, you can use gnt in Linux, macOS and Windows operating systems.

Linux

gnt for Linux is available with Homebrew and as a downloadable binary from the releases page.

Add Homebrew Tap

brew tap lnxwizard/gnt

Install

brew install lnxwizard/gnt/gnt

Upgrade

brew upgrade lnxwizard/gnt/gnt

From GitHub

Open 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 --help

If you see the help message gnt has been successfully installed on your system.

macOS

gnt for macOS is available with Homebrew and as a downloadable binary from the releases page.

Add Homebrew Tap

brew tap lnxwizard/gnt

Install

brew install lnxwizard/gnt/gnt

Upgrade

brew upgrade lnxwizard/gnt/gnt

From GitHub

Open 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 --help

If you see the help message gnt has been successfully installed on your system.

Windows

Windows operating systems are not supported for now. Coming Soon...

About

Commands

  • bug: Report bug
  • create: Create Go projects
  • help: Help for gnt
  • repo: Open GitHub repository
  • version: Print the CLI version

Flags

  • -h, --help: Help for gnt
  • -v, --version: Version for gnt

Documentation

Documentation for gnt is coming soon...

License

MIT License

Star History

Star History