go-cli-boilerplate
-
Shell (Mac/Linux)
curl -fsSL https://github.com/release-lab/install/raw/v1/install.sh | bash -s -- -r=axetroy/go-cli-boilerplate -e=go-cli-boilerplate
-
PowerShell (Windows):
$r="axetroy/go-cli-boilerplate";$e="go-cli-boilerplate";iwr https://github.com/release-lab/install/raw/v1/install.ps1 -useb | iex
-
Github release page (All platforms)
download the executable file and put the executable file to
$PATH
-
Build and install from source using Golang (All platforms)
go install github.com/axetroy/go-cli-boilerplate/cmd/forward@latest
The MIT License