arrrgs

1.0.1 • Public • Published

arrrgs

For those times you want args to just be a global map

install

npm i arrrgs --save 

usage

node app.js --remoteUrl=192.168.1.1:1337 --seleniumUrl=192.168.1.2:4444

in app.js

require('arrrgs');

browser = new Browser(ARGS.seleniumUrl);
browser.goto(ARGS.remoteUrl);
...

Readme

Keywords

none

Package Sidebar

Install

npm i arrrgs

Weekly Downloads

4

Version

1.0.1

License

UNLICENSED

Unpacked Size

3.14 kB

Total Files

5

Last publish

Collaborators

  • dirwin517