willhbr / geode

More functions for Crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geode

Additional functionality for Crystal.

Geode is opinionated by design and does not shy away from changing stdlib behaviour.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      geode:
        github: willhbr/geode
  2. Run shards install

Usage

Either require everything:

require "geode"

Or require just one feature, eg:

require "geode/log"

Contributors

About

More functions for Crystal

License:MIT License


Languages

Language:Crystal 100.0%