awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docopt avatar

docopt/docopt.go

0
View on GitHub↗
1,444 Stars·104 Forks·Go·MIT·1 Aufrufdocopt.org↗

Docopt.go

docopt-go

Features

  • Kommandozeilenschnittstellen - Command-line argument parser.
  • Go CLI Frameworks - Argument parser based on help message definitions.

Star-Verlauf

Star-Verlauf für docopt/docopt.goStar-Verlauf für docopt/docopt.go

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Docopt.go

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Docopt.go.
  • alexflint/go-argAvatar von alexflint

    alexflint/go-arg

    2,229Auf GitHub ansehen↗
    Goargument-parsinggolang
    Auf GitHub ansehen↗2,229
  • jawher/mow.cliAvatar von jawher

    jawher/mow.cli

    884Auf GitHub ansehen↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    Auf GitHub ansehen↗884
  • akamensky/argparseAvatar von akamensky

    akamensky/argparse

    640Auf GitHub ansehen↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    Auf GitHub ansehen↗640
  • spf13/cobraAvatar von spf13

    spf13/cobra

    44,107Auf GitHub ansehen↗

    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,

    Goclicli-appcobra
    Auf GitHub ansehen↗44,107
Alle 30 Alternativen zu Docopt.go anzeigen→

Häufig gestellte Fragen

Was macht docopt/docopt.go?

docopt-go

Was sind die Hauptfunktionen von docopt/docopt.go?

Die Hauptfunktionen von docopt/docopt.go sind: Kommandozeilenschnittstellen, Go CLI Frameworks.

Welche Open-Source-Alternativen gibt es zu docopt/docopt.go?

Open-Source-Alternativen zu docopt/docopt.go sind unter anderem: jawher/mow.cli — A versatile library for building CLI applications in Go. ukautz/clif — CLIF - Command line interface framework. akamensky/argparse — Argparse for golang. Just because `flag` sucks. alexflint/go-arg. spf13/cobra — Cobra is a development framework for building command-line applications in Go. It organizes application logic into a… urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to…