extlib
extlib is a collection of extentions to the Crystal standard library that I find myself using frequently.
Installation
-
Add the dependency to your
shard.yml:dependencies: extlib: github: davidkellis/extlib -
Run
shards install
Usage
require "extlib"
Contributing
- Fork it (https://github.com/davidkellis/extlib/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
- David Ellis - creator and maintainer