Geode
Additional functionality for Crystal.
Geode is opinionated by design and does not shy away from changing stdlib behaviour.
Installation
-
Add the dependency to your
shard.yml
:dependencies: geode: github: willhbr/geode
-
Run
shards install
Usage
Either require everything:
require "geode"
Or require just one feature, eg:
require "geode/log"
Contributors
- Will Richardson - creator and maintainer