pingskiller
v1.0.7
Published
mostly for the lulz
Downloads
11
Readme
PingSkiller
Sign your friend up for the pingskills newsletter, this is really just a joke -- so please don't abuse this any further than your coworkers who need some help at pingpong.
Use as a node module: npm i --save pingskiller
or clone the repo:
git clone git+ssh://[email protected]/dhigginbotham/pingskiller.git && \
cd pingskiller/ && \
npm i && \
chmod +x bin/pingskiller && \
bin/pingskiller -h
Usage: bin/pingskiller [options]
Options:
--firstname, -f first name of friend [required]
--lastname, -l last name of friend [required]
--email, -e email of friend [required]
--help, -h Show help [boolean]
Examples:
bin/pingskiller -f Ricky -l Bobby -e [email protected]
Made with ♥