github.com/wyhaines/serf-handler.cr
1.1.2 / published Mar 16, 2021 / repository
This implements a port of the Ruby Serf Handler gem -- https://github.com/wyhaines/serf-handler -- as a library that can be used to easily build compiled, distributable handler binaries using the Crystal language.
serf-handler
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: serf-handler: github: your-github-user/serf-handler -
Run
shards install
Usage
require "serf-handler"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/serf-handler/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
Contributors
- Kirk Haines - creator and maintainer