Avolution is a tool that makes programming in Crystal more fun.
- Add the dependency to your
shard.yml
:
dependencies:
Avolution:
github: xikuuky/Avolution
- Run
shards install
require "Avolution"
# check spec for more examples
Avolution.bputs("Hello, world!")
Avolution.eputs(":heart:")
- Fork it (https://github.com/xikuuky/Avolution/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
- xikuuky - creator and maintainer