1.0.3 • Published 7 years ago

command-line-arg v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

command-line arg

easy way to get command-line arg by name

usage

The command-line-arg is available via npm:

npm install command-line-arg --save

example

const cli = require('command-line-arg');
const someArg = cli.get('someArg');
console.log(someArg);
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago