A CLI for looking up http status codes by code or rails symbol
- Clone this repository
- That's it. No dependencies other than Crystal.
Build the binary with shards build
. Run with ./bin/whichttp <STATUS CODE>
.
Source code lives in /src
.
- Fork it (https://github.com/colinkey/whichttp/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Colin Key - creator and maintainer