node-getopts

Command line parser, compatible with DOS style command

Usage no npm install needed!

<script type="module">
  import nodeGetopts from 'https://cdn.skypack.dev/node-getopts';
</script>

README

commandos

Command line parser, compatible with DOS style command

coverage status of github.com/YounGoat/nodejs.commandos

total downloads of commandos commandos's License latest version of commandos coverage status of github.com/YounGoat/nodejs.commandos dependencies of github.com/YounGoat/nodejs.commandos devDependencies of github.com/YounGoat/nodejs.commandos build status of github.com/YounGoat/nodejs.commandos star github.com/YounGoat/nodejs.commandos

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.

Table of Contents

API

Why commandos

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.

About

commandos = command + DOS

References

If commandos is not to your taste, maybe the following packages is considerable (in alphabetical order):

Links