@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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @aliem/arg

      Weekly Downloads

      0

      Version

      1.0.0

      License

      WTFPL

      Last publish

      Collaborators

      • aliem