hello-shards
My first shard!
Installation
Add this to your application's shard.yml
:
dependencies:
hello-shards:
github: ScottyFillups/hello-shards
Usage
require "hello-shards"
# Print "hello, shards." to stdout
Hello.shards()
Contributing
- Fork it (https://github.com/ScottyFillups/hello-shards/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- ScottyFillups Philip Scott - creator, maintainer