/go-cli

Template for creating Go CLIs

Primary LanguageGoMIT LicenseMIT

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.