0.1.4 • Published 6 years ago

http-status-code-registry-cli v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

http-status-code-registry-cli

npm node license

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.