awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kylef avatar

kylef/Commander

0
View on GitHub↗
1,535 星标·85 分支·Swift·BSD-3-Clause·6 次浏览

Commander

Compose beautiful command line interfaces in Swift

Features

  • Argument Parsing - Composition-based interface for building command line tools.
  • Command Line Tools - Compose command line interfaces.

Star 历史

kylef/commander 的 Star 历史图表kylef/commander 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

kylef/commander 是做什么的?

Compose beautiful command line interfaces in Swift

kylef/commander 的主要功能有哪些?

kylef/commander 的主要功能包括:Argument Parsing, Command Line Tools。

kylef/commander 有哪些开源替代品?

kylef/commander 的开源替代品包括: yargs/yargs — yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings… urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to… cacjs/cac — cac is a Node.js CLI framework used to build command line interfaces with a declarative API. It functions as a command… apple/swift-argument-parser — This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe… sharkdp/hyperfine — Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple… oclif/oclif — oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing…

Commander 的开源替代方案

相似的开源项目,按与 Commander 的功能重合度排序。
  • yargs/yargsyargs 的头像

    yargs/yargs

    11,492在 GitHub 上查看↗

    yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings into structured JavaScript objects, providing a toolkit for building terminal applications with nested sub-commands, dedicated handlers, and a structured user interface. The framework distinguishes itself through automated help text generation, which constructs formatted usage menus and instructions based on registered metadata. It also provides shell completion generation for Bash and Zsh and uses string-distance algorithms to offer typo correction suggestions when invalid inpu

    JavaScript
    在 GitHub 上查看↗11,492
  • urfave/cliurfave 的头像

    urfave/cli

    24,133在 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

    Goclicommand-linego
    在 GitHub 上查看↗24,133
  • cacjs/caccacjs 的头像

    cacjs/cac

    2,923在 GitHub 上查看↗

    cac is a Node.js CLI framework used to build command line interfaces with a declarative API. It functions as a command line argument parser and a command dispatcher that maps terminal input keywords to specific JavaScript callback functions. The framework features an automated help generator that produces usage instructions and version documentation based on the defined command structures. It manages command aliases and provides a routing system to link specific keyword inputs to execution logic. The toolkit covers command interface definition, including the configuration of global and comma

    TypeScriptclicommand-linecommander
    在 GitHub 上查看↗2,923
  • apple/swift-argument-parserapple 的头像

    apple/swift-argument-parser

    3,728在 GitHub 上查看↗

    This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na

    Swift
    在 GitHub 上查看↗3,728
查看 Commander 的所有 30 个替代方案→