xdg
go-arg
xdg | go-arg | |
---|---|---|
- | 6 | |
80 | 1,983 | |
- | - | |
1.8 | 6.1 | |
almost 4 years ago | 10 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xdg
We haven't tracked posts mentioning xdg yet.
Tracking mentions began in Dec 2020.
go-arg
- Go-Arg: Struct-based argument parsing in Go
-
Build a GitHub Issues Reporter for failing Kubernetes Apps with Botkube Plugins
Under the hood, the pluginx.ParseCommand method uses go-arg.
-
Libraries for CLI and console applications
I’ve used multiple libraries over the last two years but less is more and go-arg feels like something that would be in the stdlib: https://github.com/alexflint/go-arg
- Libraries you use most of your projects?
-
Best practice for configuring secrets
I use this: https://github.com/alexflint/go-arg and setting defaults for my local environment. So no need to keep a .env file.
-
Recommended framework/library for creating cli apps in go?
I personally swear by the go-arg package, as i prefer its library-not-framework approach.
What are some alternatives?
viper - Go configuration with fangs
argparse - Argparse for golang. Just because `flag` sucks
config - JSON or YAML configuration wrapper with convenient access methods.
flag - Flag is a simple but powerful command line option parsing library for Go support infinite level subcommand
envconf - Configure Go applications from the environment
cobra - A Commander for modern Go CLI interactions
fig - A minimalist Go configuration library
go-flags - go command line option parser
ini - Package ini provides INI file read and write functionality in Go
aconfig - Simple, useful and opinionated config loader.
docopt.go - A command-line arguments parser that will make you smile.