cli-template

command module
v0.0.0-...-61e7faa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

README

Truss CLI Template

This repository is meant to be a template repo to set up new CLIs with our general format. Everywhere the tool or binary is listed in this repo the name my-cli-tool will be used for search and replace purposes.

Creating a new CLI repo

  1. Clone this rep, renaming appropriately.
  2. Write your golang code in the main.go file.
  3. Run go mod init github.com/trussworks/my-cli-tool
  4. Run go mod tidy to update the go.mod and go.sum files
  5. Build your tool with go build .

Actual readme below - Delete above here

my-binary

Description

Please include a description of the CLI tool here

Installation

Include installation instructions with an example

brew tap trussworks/tap
brew install my-cli-tool

Usage

Include usage information here:

TBD

Examples

Run the command like this:

TBD

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL