kingpin
CLI parser
A command-line parser library for Go
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
4k stars
48 watching
273 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
clicommand-linegokingpin
Related projects:
Repository | Description | Stars |
---|---|---|
alecthomas/kong | Tool for parsing complex command-line interfaces into structured Go data | 2,178 |
jessevdk/go-flags | A command line option parser library for Go. | 2,608 |
integrii/flaggy | Provides idiomatic Go input parsing with subcommands and flags at any position. | 860 |
alecthomas/chroma | A general-purpose syntax highlighter in pure Go | 4,408 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
thomaspoignant/go-feature-flag | Provides a lightweight and flexible solution for managing feature flags in software applications | 1,508 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
deckarep/golang-set | A generic set data structure implementation in Go | 4,277 |
go-swagger/go-swagger | A toolset for working with RESTful APIs using Swagger 2.0 specifications | 9,583 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 617 |
spf13/pflag | Provides a drop-in replacement for Go's native flag package to support POSIX/GNU-style flags. | 2,441 |
alecthomas/kong-yaml | Tools for loading and mapping YAML configuration files in Go applications. | 14 |
go-lang-plugin-org/go-lang-idea-plugin | A plugin extension for IntelliJ Platform that provides features and functionality for the Go programming language | 4,559 |
wailsapp/wails | Enables Go programmers to build desktop applications with integrated web frontends | 25,855 |
asaskevich/govalidator | Package of validators and sanitizers for strings, structs, and collections | 6,061 |