Git Town | go-flags | |
---|---|---|
2 | 9 | |
2,670 | 2,609 | |
2.1% | - | |
9.9 | 6.5 | |
about 15 hours ago | 5 months ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" 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.
Git Town
-
Reflecting on my Hacktoberfest 2024 journey
You can find the project here 💚
- In Praise of Stacked PRs
go-flags
-
Which packages do you recommend for building cli tools?
https://github.com/jessevdk/go-flags provides a pretty neat way to specify flags and handle commands. Not so much extensible as cobra, but good enough for small cli tools
-
Show HN: New set of Go libraries for CLI Development
flags aims to merge the concepts from https://github.com/jessevdk/go-flags, and https://github.com/octago/sflags, both relying on struct tags to define CLI command specs. The flags library uses these underlying concepts to produce complete `cobra.Command` trees, and brings many comfort-of-life improvements for the generated applications/commands.
Console (https://github.com/reeflective/console)
-
Libraries for CLI and console applications
Flags (https://github.com/reeflective/flags) flags aims to merge the concepts from https://github.com/jessevdk/go-flags, and https://github.com/octago/sflags, both relying on struct tags to define CLI command specs. The flags library uses these underlying concepts to produce complete `cobra.Command` trees, and brings many comfort-of-life improvements for the generated applications/commands.
-
Golang equivalent of Python’s click (CLT framework)
go-flags
-
Eclipse: python-fire inspired library to simplify creating CLIs in Go, on top of Cobra
Yeah, I just didn't need the command-subcommand scheme. I used the go-flags test file for examples: https://github.com/jessevdk/go-flags/blob/master/example_test.go
-
Golang - Writing CLI App in Golang with Cobra
There are alternatives available for Cobra as well i.e. mitchellh/cli, go-flags, urfave/cli etc.
-
What are some good open source project to read when learning Go?
https://github.com/jessevdk/go-flags - struct based flag parsing
What are some alternatives?
go-prompt - Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
cobra - A Commander for modern Go CLI interactions
The Platinum Searcher - A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings.
kingpin - CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
cointop - A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
urfave/cli - A simple, fast, and fun package for building command line apps in Go
frep - Generate file using template from environment, arguments, json/yaml/toml config files
kong - Kong is a command-line parser for Go
kafka-go - Kafka library in Go
pflag - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
mitchellh/cli - A Go library for implementing command-line interfaces.