The most over complicated whilst stupidly simple service runner.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Dominic Grimm b1e449572c
Update 'src/service.cr'
1 year ago
examples Update 'examples/example.cr' 1 year ago
src Update 'src/service.cr' 1 year ago
.editorconfig Init 1 year ago
.gitignore Init 1 year ago
LICENSE Init 1 year ago
README.md Init 1 year ago
shard.yml Init 1 year ago

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