Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axetroy/go-cli-boilerplate
Golang command line boilerplate
https://github.com/axetroy/go-cli-boilerplate
Last synced: 7 days ago
JSON representation
Golang command line boilerplate
- Host: GitHub
- URL: https://github.com/axetroy/go-cli-boilerplate
- Owner: axetroy
- License: mit
- Created: 2020-11-19T06:42:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T14:05:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T20:13:12.133Z (about 1 month ago)
- Language: Makefile
- Size: 19.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/axetroy/go-cli-boilerplate/workflows/ci/badge.svg)](https://github.com/axetroy/go-cli-boilerplate/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/axetroy/go-cli-boilerplate)](https://goreportcard.com/report/github.com/axetroy/go-cli-boilerplate)
![Latest Version](https://img.shields.io/github/v/release/axetroy/go-cli-boilerplate.svg)
![License](https://img.shields.io/github/license/axetroy/go-cli-boilerplate.svg)
![Repo Size](https://img.shields.io/github/repo-size/axetroy/go-cli-boilerplate.svg)## go-cli-boilerplate
> go-cli-boilerplate
### Usage
```bash
```
### Install
1. Shell (Mac/Linux)
```bash
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):
```powershell
$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](https://github.com/axetroy/go-cli-boilerplate/releases) (All platforms)
download the executable file and put the executable file to `$PATH`
4. Build and install from source using [Golang](https://golang.org) (All platforms)
```bash
go install github.com/axetroy/go-cli-boilerplate/cmd/forward@latest
```### License
The [MIT License](LICENSE)