Skip to content

polyium/template-go-cli

Repository files navigation

Overview

The following project is a template for commandline applications, and includes options for Homebrew.

Template

{{ $.content.title }}

[!CAUTION] The following repository is in very early stages of development and is not ready for use. The Caution banner will be removed when generally available.

Getting Started

Installing

brew tap {{ default $.content["homebrew-taps"] "polyium/homebrew-taps" }}

brew install {{ default $.content["executable"] "template-go-cli" }}
Upgrading
brew update && brew upgrade {{ default $.content["executable"] "template-go-cli" }}
Reinstalling
brew update
brew uninstall --cask {{ default $.content["executable"] "template-go-cli" }}
brew install {{ default $.content["executable"] "template-go-cli" }}

Usage

{{ default $.content["executable"] "template-go-cli" }} --help

Contributions

See the Contributing Guide for additional details on getting started.

About

A command-line template written in go.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published