Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Kong Alternatives
Similar projects and alternatives to kong
-
-
urfave/cli
A simple, fast, and fun package for building command line apps in Go (by urfave)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
ascii-image-converter
A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
-
-
-
-
pflag
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
-
koanf
Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
-
-
climate
"CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.) (by avamsi)
-
-
mitchellh/cli
A Go library for implementing command-line interfaces. (by mitchellh)
-
go-envconfig
A Go library for parsing struct tags from environment variables.
-
coral
Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies (by muesli)
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
kong reviews and mentions
-
climate "CLI Mate": a CLI library that autogenerates CLIs from structs / functions with support for nested subcommands, global / local flags, help generation from godocs, typo suggestions, shell completion and more
I’ve been using https://github.com/alecthomas/kong for exposing generated protobuf structs for CLI args. How does your library compare?
-
Which packages do you recommend for building cli tools?
I prefer https://github.com/alecthomas/kong these days
- I'm looking for a library that can parse through a string and pickup parameters and add it to a golang object
-
Golang equivalent of Python’s click (CLT framework)
kong
- Python library cmd2 equivalent in golang
-
Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies
We switched all our cli tools from cobra/viper to kong. I can highly recommend it. Almost no deps and easy to use, a great replacement for cobra in my opinion.
-
Recommended framework/library for creating cli apps in go?
I switched all from viper to kong.
-
I'm looking for a good alternativ to Viper
For all my commandline parsing and config loading needs I use kong. In contrast to Viper and Cobra it has almost no dependencies (while viper and cobra pull in half a jungle).
-
Made my first command-line tool with Golang
I think it is probably just a matter of personal taste, but I like to handle params and flags on the main function. I am probably biased by C experience and using https://github.com/alecthomas/kong though. Kong is certainly not as popular as cobra, but its approach.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 3 Oct 2023
Stats
alecthomas/kong is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of kong is Go.