JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24912
  • Score
    100M100P100Q154421F

A tiny function for parsing process.argv.

Package Exports

  • tiny-parse-argv

Readme

Note: This is just a type-checked wrapper over minimist. The underlying implementation may change in the future.

Tiny Parse Argv

A tiny function for parsing process.argv.

Install

npm install --save tiny-parse-argv

Usage

import parseArgv from 'tiny-parse-argv';

parseArgv ( process.argv );

License

MIT © Fabio Spampinato