get-cli-arg
Get the value of a CLI argument
Last updated 5 years ago by bevryme .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install get-cli-arg 
SYNC missed versions from official npm registry.

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

Install

npm

  • Install: npm install --save get-cli-arg
  • Require: require('get-cli-arg')

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-node-12/index.js
  • get-cli-arg/edition-node-12/index.js is typescript compiled for node.js 12 with require for modules

Usage

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(process.argv, 'arg'))

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:

  • Benjamin Lupton

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:

  • Copyright © 2019+ Benjamin Lupton

and licensed under:

Current Tags

163 Versions

Maintainers (1)
Downloads
Total 13
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 5
Dependencies (1)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE