income

1.0.1 • Public • Published

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"}

Readme

Keywords

none

Package Sidebar

Install

npm i income

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • self_refactor