Helpful additional functionality for Crystal
- Crystal 100%
| spec | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| README.md | ||
| shard.yml | ||
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: codeberg: 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