awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesGo CLI Frameworks

Popular packages for building robust command-line applications in Go.

Explore 10 awesome GitHub repositories matching part of an awesome list · Go CLI Frameworks. Refine with filters or upvote what's useful.

Awesome Go CLI Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spf13/cobraAvatar de spf13

    spf13/cobra

    44,107Voir sur GitHub↗

    Cobra is a development framework for building command-line applications in Go. It organizes application logic into a hierarchical tree structure where each node represents a command, complete with its own flags and execution logic. This structure allows developers to build complex, nested command interfaces that mirror business domains while maintaining a clean separation between command orchestration and underlying business logic. The framework distinguishes itself through its declarative approach to metadata and configuration. It automatically derives help documentation, usage instructions,

    Standard library for building modern CLI applications.

    Goclicli-appcobra
    Voir sur GitHub↗44,107
  • spf13/viperAvatar de spf13

    spf13/viper

    30,306Voir sur GitHub↗

    Viper is a configuration management library designed to centralize application settings from diverse sources into a unified, type-safe registry. It aggregates data from local files, environment variables, command-line flags, and remote key-value stores, providing a single source of truth for application state. By utilizing a hierarchical key-value registry, the system resolves configuration values based on a prioritized stack of providers, ranging from default values to runtime overrides. The library distinguishes itself through its pluggable provider abstraction and dynamic update capabiliti

    Configuration solution for command-line applications.

    Go
    Voir sur GitHub↗30,306
  • urfave/cliAvatar de urfave

    urfave/cli

    24,133Voir sur GitHub↗

    This is a framework for building structured terminal applications in Go. It provides the core components necessary to define a command-line interface, including a system for managing commands, sub-commands, and their associated flags. The library distinguishes itself through an automated help generator that produces formatted usage instructions and manual pages, and a shell completion generator that creates tab-completion scripts for Bash, Zsh, Fish, and PowerShell. It also features a command lifecycle manager to handle pre- and post-execution logic and process exit codes. The toolkit covers

    Package for building fast and fun command-line apps.

    Goclicommand-linego
    Voir sur GitHub↗24,133
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Voir sur GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Library for complex command-line structures with minimal effort.

    Gocommand-linecommandsflags
    Voir sur GitHub↗2,976
  • alexflint/go-argAvatar de alexflint

    alexflint/go-arg

    2,229Voir sur GitHub↗

    Struct-based argument parsing library.

    Goargument-parsinggolang
    Voir sur GitHub↗2,229
  • docopt/docopt.goAvatar de docopt

    docopt/docopt.go

    1,444Voir sur GitHub↗

    docopt-go

    Argument parser based on help message definitions.

    Go
    Voir sur GitHub↗1,444
  • jawher/mow.cliAvatar de jawher

    jawher/mow.cli

    884Voir sur GitHub↗

    A versatile library for building CLI applications in Go

    Versatile library for building CLI applications.

    Goclicommand-linego
    Voir sur GitHub↗884
  • akamensky/argparseAvatar de akamensky

    akamensky/argparse

    640Voir sur GitHub↗

    Argparse for golang. Just because flag sucks

    Go implementation of Python-style argument parsing.

    Goargparseargument-parserawesome-go
    Voir sur GitHub↗640
  • avamsi/climateAvatar de avamsi

    avamsi/climate

    164Voir sur GitHub↗

    Climate "CLI Mate" aims to make creating CLIs in Go easy (and fun!), similar to python-fire. It's also built on top of Cobra and so comes with "batteries included" (help, shell completion etc.).

    Autogenerates CLIs from structs and functions.

    Go
    Voir sur GitHub↗164
  • ukautz/clifAvatar de ukautz

    ukautz/clif

    128Voir sur GitHub↗

    CLIF - Command line interface framework

    Framework for rapid command-line application development.

    Go
    Voir sur GitHub↗128
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Go CLI Frameworks