https://github.com/wyhaines/serf-handler.cr
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.
https://github.com/wyhaines/serf-handler.cr
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/wyhaines/serf-handler.cr
- Owner: wyhaines
- License: apache-2.0
- Created: 2021-03-04T22:48:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T03:14:56.000Z (over 4 years ago)
- Last Synced: 2025-01-26T09:42:13.792Z (6 months ago)
- Language: Crystal
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - serf-handler.cr - Framework for building Serf handlers, with a suite of useful builtin capabilities (Misc)
README
# serf-handler

[](https://github.com/wyhaines/serf-handler.cr/releases)
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
serf-handler:
github: your-github-user/serf-handler
```2. Run `shards install`
## Usage
```crystal
require "serf-handler"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Kirk Haines](https://github.com/your-github-user) - creator and maintainer

