get-cli-arg
TypeScript icon, indicating that this package has built-in type declarations

6.7.0-next.1599992997.c75dd40794518746cc07d3c79baa795f9072ef00 • Public • Published

get-cli-arg

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Get the value of a CLI argument

Usage

Complete API Documentation.

Supports fetching the value of an argument with the following convention:

  • --arg => true
  • --arg= => false
  • --arg="string" => "string"
  • --arg={"a":1} => {"a": 1}

Uses normalify for value parsing.

import getarg from 'get-cli-arg'
console.log(getarg('arg'))
console.log(getarg('arg', process.argv))

Install

npm

  • Install: npm install --save get-cli-arg
  • Import: import pkg from ('get-cli-arg')
  • Require: const pkg = require('get-cli-arg').default

Deno

import pkg from 'https://unpkg.com/get-cli-arg@^6.7.0/edition-deno/index.ts'

Editions

This package is published with the following editions:

  • get-cli-arg/source/index.ts is TypeScript source code with Import for modules
  • get-cli-arg aliases get-cli-arg/edition-esnext/index.js
  • get-cli-arg/edition-esnext/index.js is TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules
  • get-cli-arg/edition-esnext-esm/index.js is TypeScript compiled against ESNext for Node.js 12 || 13 || 14 with Import for modules
  • get-cli-arg/edition-deno/index.ts is TypeScript source code made to be compatible with Deno

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Package Sidebar

Install

npm i get-cli-arg@6.7.0-next.1599992997.c75dd40794518746cc07d3c79baa795f9072ef00

Version

6.7.0-next.1599992997.c75dd40794518746cc07d3c79baa795f9072ef00

License

MIT

Unpacked Size

31.6 kB

Total Files

14

Last publish

Collaborators

  • bevryme