A collection of useful utilities used internally in Cadmium.
-
Add the dependency to your
shard.yml
:dependencies: cadmium_util: github: cadmiumcr/utilities
-
Run
shards install
require "cadmium_util"
- Fork it (https://github.com/cadmiumcr/utilities/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
- Chris Watson - creator and maintainer