Skip to content

Commit

Permalink
add viper and kong for Go
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Dec 8, 2023
1 parent 4f23eae commit 0af4261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ etc.

- [Clif](https://github.com/ukautz/clif) : Go framework for rapid command line application development.

- [Kong](https://github.com/alecthomas/kong) : Kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.

- [Viper](https://github.com/spf13/viper) : Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats.

### Useful awesome list for Go cli

- [Awesome-go](https://github.com/avelino/awesome-go) by @avelino : A curated list of awesome Go frameworks, libraries and software. Look at [Command Line](https://github.com/avelino/awesome-go#command-line)
Expand Down

0 comments on commit 0af4261

Please sign in to comment.