Skip to content
/ arrrgs Public

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

License

Notifications You must be signed in to change notification settings

arupex/arrrgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published