From 0af4261a649ad84d34fdbd817437da7ba67c7730 Mon Sep 17 00:00:00 2001 From: shadawck Date: Fri, 8 Dec 2023 09:42:24 +0100 Subject: [PATCH] add viper and kong for Go --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 733cd73..375c01b 100644 --- a/README.md +++ b/README.md @@ -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)