yaro
Fast, minimalist, pluggable and functional command line parsing. Create CLIs easily. A wrapper package exporting everything from several Yaro packages.
yaro-parser
Fast and minimalist command line arguments/options parser, with focus on small footprint and parsing mainly flags not commands. 100 lines of code. Cross-platform. For more extended use try `yaro`, `yaro-plugins`, or `hela`.
yaro-plugins
Simple plugins (utility functions) for `yaro-parser` command line options parser, for more easier working with (enforcing of) aliases, defaults, type coercing, and checking for required flags.
yaro-command
A declarative API for single command mode CLI applications.