1.0.3 • Published 7 years ago
command-line-arg v1.0.3
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);