Skip to content

axetroy/go-cli-boilerplate

Repository files navigation

Build Status Go Report Card Latest Version License Repo Size

go-cli-boilerplate

go-cli-boilerplate

Usage

Install

  1. 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
  2. PowerShell (Windows):

    $r="axetroy/go-cli-boilerplate";$e="go-cli-boilerplate";iwr https://github.com/release-lab/install/raw/v1/install.ps1 -useb | iex
  3. Github release page (All platforms)

    download the executable file and put the executable file to $PATH

  4. Build and install from source using Golang (All platforms)

    go install github.com/axetroy/go-cli-boilerplate/cmd/forward@latest

License

The MIT License