Socket
Book a DemoInstallSign in
Socket

@bemoje/argv

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@bemoje/argv

Returns array of node-js commandline arguments

unpublished
latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@bemoje/argv

Returns array of node-js commandline arguments

Version

NPM version

Travis CI

dependencies

Dependencies

dependencies

Stats

NPM downloads Forks

Donate

Buy Me A Beer donate button PayPal donate button

Installation

npm install @bemoje/argv
npm install --save @bemoje/argv
npm install --save-dev @bemoje/argv

Usage

import argv from '@bemoje/argv'

/**
 * ON THE COMMAND LINE, ASSUMING THE EXAMPLE FILE IS CALLED WITH ARGUMENTS "a" AND "b"
 */
argv()
//=> ['a', 'b']

Tests

Uses Jest to test module functionality. Run tests to get coverage details.

npm run test

API

argv

Returns

array of node-js commandline arguments

Returns

array<string>

Keywords

returns

FAQs

Package last updated on 30 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts