@expo/commander

Complete solution for building Node.js command-line interface applications

npmmacoslinuxwindows
Try with needOr install directly
Source

About

the complete solution for node.js command-line programs

Commands

commander

Examples

Create a basic CLI program with command and option parsing$ commander --help
Define subcommands for organizing complex CLI functionality$ commander serve --port 3000
Handle variadic arguments and options in command definitions$ commander deploy --env production --verbose