Socket
Book a DemoInstallSign in
Socket

ps-grab

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

ps-grab

Retrieve arguments of Node command line argument , smoothly.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
458
53.18%
Maintainers
1
Weekly downloads
 
Created
Source

Grab Feature :

if you want to run this kind of command line :

 node myScript.js --name Ahmed --action greeting

Then , reading values of arguments(i.e : --name, --action ) is wanted .

If so ,this package is useful :

 var grab=require('ps-grab');
 grab('--name') // return 'Ahmed'
 grab('--action') // return 'greeting'

Keywords

grab

FAQs

Package last updated on 15 Jul 2016

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