No description
Find a file
2024-11-22 09:54:08 +01:00
src Initial import 2024-11-22 09:46:08 +01:00
README.md doc: add README 2024-11-22 09:52:58 +01:00
shard.yml doc: add placeholders in shard.yml 2024-11-22 09:54:08 +01:00

Which for Crystal

FIXME: description

Features

Installation

Add it to your shard.yml:

dependencies:
  redis:
    github: glenux/which

and then install the library into your project:

$ shards install

Required Crystal Version

This library needs Crystal version >= 0.34.0

I haven't tested older Crystal versions.

Usage

Require the package:

require "which"