simple-argv-parser

1.2.0 • Public • Published

simple-argv-parser is a command-line (process.argv) parser for Node.js with no dependencies!

Example of usage:

Install the package:

$ npm i simple-argv-parser

Import the package in your code. It returns an object { parsedObj } with command-line arguments parsed.

i.e. command:

$ node index.js -a b -c

Then in your code:

const { parsedObj } = require('simple-argv-parser');

console.log(parsedObj); // prints { '-a': 'b', '-c': null }

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i simple-argv-parser

    Weekly Downloads

    8

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    1.95 kB

    Total Files

    6

    Last publish

    Collaborators

    • dd77