crystal-pingpong v0.1.0

Simple example shard

Crystal PingPong Example Shard

Build Status License

This is a simple, example shard.

It was created with the name pingpong and then moved into the repo github.com/grokify/crystal-pingpong.

% crystal init lib pingpong

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      pingpong:
        github: grokify/crystal-pingpong
    
  2. Run shards install

Usage

require "pingpong"

pp = Pingpong::Ping.new
puts pp.ping // "pong"

References

  1. Crystal Docs: Writing Shards
  2. Make your own Shard in Crystal language by Vitalii Elenhaupt
  3. Referenced shard: crystal-memcached
  4. Referenced shard: twitter-crystal

Contributing

  1. Fork it (https://github.com/your-github-user/pingpong/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
Repository

crystal-pingpong

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • over 1 year ago
  • September 25, 2022
License

MIT License

Links
Synced at

Thu, 19 Jun 2025 16:16:04 GMT

Languages