Framework for building interactive command line applications with Node.js.
A full-featured framework for building command line applications (cli) with node.js
$ npx @caporal/core create myapp$ node cli.js command subcommand --option value$ node cli.js --help$ node cli.js action --flag=true --count=5$ node cli.js invalid-command 2>&1