gholmes / go-cli

Template for creating Go CLIs

Home Page:https://blog.carlmjohnson.net/post/2020/go-cli-how-to-and-advice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-CLI: A Template Repository for creating a Go CLI Calver v0.YY.Minor

See https://blog.carlmjohnson.net/post/2020/go-cli-how-to-and-advice/ for background on this project.

To use this template to create a Go CLI:

  1. Follow this link to create a repository on Github or clone https://github.com/carlmjohnson/go-cli.git and create a repository with another host.
  2. Clone your new repo locally.
  3. Change directory into initproj and run go run .. Follow prompts to customize your project.
  4. Commit initial changes and start work on your app.

About

Template for creating Go CLIs

https://blog.carlmjohnson.net/post/2020/go-cli-how-to-and-advice/

License:MIT License


Languages

Language:Go 100.0%