0.1.0 • Published 7 years ago

pingitt v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

pingitt

A command line tool to check the status of a website.

Development

Before you can use this tool locally you need to install the dependencies and link the cli to your local installation.

npm install && npm link

Once you've successfully installed and link the cli appliction you can run the following command.

pingitt --url https://www.csgpro.com -v

And you should see the following logged to the console.

requesting csgpro.com

Alternatively you can pass in a file for processing

pingitt --file sample.json -v