Crystal PingPong Example Shard
This is a simple, example shard.
Installation
-
Add the dependency to your
shard.yml
:dependencies: pingpong: github: grokify/crystal-pingpong
-
Run
shards install
Usage
require "pingpong"
pp = Pingpong::Ping.new
resp = pp.ping // "pong"
References
Contributing
- Fork it (https://github.com/your-github-user/pingpong/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