Command line parser, compatible with DOS style command
npm install commandos# commandos
__Command line parser, compatible with DOS style command__









LANGUAGES / 简体中文
The name commandos is combination of command and DOS. __commandos__ is a light-weighted command line parser which help to connect cli and Node.js application.
* API
Why commandos*
* About
* References
* Links
* commandos.parse()
* commandos.run()
There are already many packages help you to parse command line content, in which minimist and commander are probably most famous. However, sometimes __minimist__ is too slim while __commander__ is too heavy. That is why I wrote __commandos__.
commandos = command + DOS
If __commandos__ is not to your taste, maybe the following packages is considerable (in alphabetical order):
* commander
* getopts
* minimist
* nomnom
* optimist
* yargs
* cli-argparse