The most over complicated whilst stupidly simple service runner. Please don't use this for your sanity's sake
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.
Go to file
Dominic Grimm b1e449572c Update 'src/service.cr' 2022-02-13 20:31:32 +00:00
examples Update 'examples/example.cr' 2022-02-13 20:03:26 +00:00
src Update 'src/service.cr' 2022-02-13 20:31:32 +00:00
.editorconfig Init 2022-02-13 20:59:26 +01:00
.gitignore Init 2022-02-13 20:59:26 +01:00
LICENSE Init 2022-02-13 20:59:26 +01:00
README.md Init 2022-02-13 20:59:26 +01:00
shard.yml Init 2022-02-13 20:59:26 +01:00

README.md

service

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      service:
        git: https://git.dergrimm.net/dergrimm/service.git
    
  2. Run shards install

Usage

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