http-status-code-registry-cli
v0.1.4
Published
A CLI app to fetch the current HTTP status codes from the IANA registry and displays them as JSON.
Downloads
9
Maintainers
Readme
http-status-code-registry-cli
A CLI app to fetch the current HTTP status codes from the IANA registry and displays them as JSON.
Install
$ yarn global add http-status-code-registry-cli # Or alternatively: `npm install --global http-status-code-registry-cli`
Usage
$ http-status-code-registry --help
http-status-code-registry v${VERSION}
=====================================
Fetches the current HTTP status codes from the IANA registry and displays
them as JSON.
Usage
$ http-status-code-registry [OPTIONS]
Options
--help, -h Display this message.
--version, -v Display the unprefixed application version.
Testing
$ yarn test # Or alternatively: `npm test`
See Also
License
The MIT License (Expat). See the license file for details.