@aliem/arg

1.0.0 • Public • Published

I needed to parse some args

const args = require('@aliem/arg');

console.dir(args);

node test.js -a A -b B -c -d D

argv: { '-a': 'A', '-b': 'B', '-c': true, '-d': 'D' }

License

WTFPL

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i @aliem/arg

Weekly Downloads

2

Version

1.0.0

License

WTFPL

Last publish

Collaborators

  • aliem