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: 2 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.

Lists

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)