9 projects
Yargs
Yargs is a command-line argument parser for Node.js that helps build interactive command line tools by parsing arguments and generating an elegant user interface. It provides features like command management, option validation, and help text generation.
1,845
755
$805K
semver
A semantic versioning library that provides functionality for parsing, validating, manipulating, and comparing version numbers according to the SemVer specification
717
322
$28K
JCommander
Command line parsing framework for Java
569
178
$1.7M
minimist
A command-line argument parser library for Node.js that handles parsing command line arguments and options in a simple, minimalist way
71
31
$44K
Commons CLI
Apache Commons CLI
Picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
System.CommandLine
Command line parsing, invocation, and rendering of terminal output.