This repository has been archived on 2023-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
service/README.md

40 lines
713 B
Markdown

# service
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
service:
git: https://git.dergrimm.net/dergrimm/service.git
```
2. Run `shards install`
## Usage
```crystal
require "service"
```
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
- [Dominic Grimm](https://git.dergrimm.net/dergrimm) - creator and maintainer