hsc-cli
v0.2.2
Published
Comprehensive HTTP Status Code Information on the Command Line!
Downloads
9
Maintainers
Readme
hsc-cli
Comprehensive HTTP Status Code Information on the Command Line!
Ever needed information about a cryptic HTTP status code on the fly?
So have I. I built hsc
, an npm module last week, but thought it may serve a better life as a command line tool for those moments you just need the basic information on an HTTP status code.
Installation
...is super easy thanks to npm.
npm install -g hsc-cli
Usage
...is also super easy (thanks to @qw3rtman).
hsc <code>
Contributing
Contributions are always welcome.
We follow Airbnb's coding standard, so make sure you use that as a guideline.
Fork our code, make a new branch, and send a pull request.
TODO:
- add options for specific information needed