cli-gopher

command module
v0.0.0-...-94c5ae1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: MIT Imports: 1 Imported by: 0

README

cli-gopher

[Table of Contents]

This is an example or starter providing guidance in creating CLIs using Golang.

Synopsis

This repo provides a central location of guidance for best practices when creating CLIs using Golang

Motivation

The goal of this repo is to create a location for folks to get information they need to create a CLI using Golang.

In the end this repo will provide guidance for the following:

  • Basic and Advanced CLI examples
  • Binary releases

Getting Started

What things you need to install the software and how to install them

If you want to download and run, the latest pre-built binaries available

For Linux and MacOS with Gatekeeper enabled

chmod +x <binary file name>

./<binary file name>
Help And Available Commands

A list of available commands

go run main.go
Example cli tool based on golang!

Usage:
  cli-gopher [command]

Available Commands:
  config      Simple config command
  count       A simple count command
  date        A simple date command
  env         A simple environment command
  help        Help about any command
  password    A simple password command
  spinner     A simple spinner command
  version     The version number of cli-gopher

Flags:
  -h, --help   help for cli-gopher

Use "cli-gopher [command] --help" for more information about a command.

Build Commands

Build binary locally on OSX CGO_ENABLED=0 go build -ldflags="-X 'github.com/alexbednarczyk/cli-gopher/cmd.version=$(date +%Y.%U.%j)' -w -s" -v -o cli-gopher .

Built With

  • Golang - Go, the open source programming language
  • Cobra - A Commander for modern Go CLI interactions
  • go.1password.io/spg - A go package for strong password generation.
  • GitHub Actions - Automate your workflow from idea to produciton

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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