No description
Find a file
2024-06-11 20:06:04 -06:00
spec Add LocationRange struct 2024-06-11 20:06:04 -06:00
src Add LocationRange struct 2024-06-11 20:06:04 -06:00
.editorconfig Initial commit 2018-08-18 15:33:20 -06:00
.gitignore Fresh start 2024-06-06 16:25:39 -06:00
LICENSE Fresh start 2024-06-06 16:25:39 -06:00
README.md Fresh start 2024-06-06 16:25:39 -06:00
shard.yml Fresh start 2024-06-06 16:25:39 -06:00

spectator

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      spectator:
        github: icy-arctic-fox/spectator
    
  2. Run shards install

Usage

require "spectator"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/icy-arctic-fox/spectator/fork)
  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