Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T03:14:56.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:07:08.557Z (3 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
![SplayTreeMap CI](https://img.shields.io/github/workflow/status/wyhaines/serf-handler.cr/Serf-Handler.cr%20CI?style=for-the-badge&logo=GitHub)
[![GitHub release](https://img.shields.io/github/release/wyhaines/serf-handler.cr.svg?style=for-the-badge)](https://github.com/wyhaines/serf-handler.cr/releases)
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/wyhaines/serf-handler.cr/latest?style=for-the-badge)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
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wyhaines/serf-handler.cr?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/wyhaines/serf-handler.cr?style=for-the-badge)