Kicks
A Sneakers Clone for Crystal lang
Installation
-
Add the dependency to your
shard.yml
:dependencies: kicks: github: octosteve/kicks
-
Run
shards install
Usage
require "kicks"
Usage coming soon
Development
You'll need rabbitmq running to dev on this.
Contributing
- Fork it (https://github.com/octosteve/kicks/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
- Steven Nunez - creator and maintainer