income
v1.0.1
Published
Alternative to minimist
Downloads
9
Readme
income
Alternative to minimist
Example use
// | Content of cli.js
var cliArguments = require('income')(process.argv.slice(2))
console.log(cliArguments)
--------------
// | Run the following command
node cli.js method lint filepath index.js
--------------
// | Output:
{method:"lint",filePath:"index.js"}