Installation

# Add this to your shard.yml
dependencies:
  minion-common:
    github: joshsoftware/minion-common
    version: ~> 0.3.0

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
unnamed author

Dependencies

Runtime Dependencies

  • msgpack*github: crystal-community/msgpack-crystal

README

minion-common

The Minion project has multiple separate codebases which have some dependencies on the same set of helper libraries and utilities. Those should be extracted into this common library which the various other codebases can just depend on as a shard.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      minion-common:
        github: joshsoftware/minion-common
  2. Run shards install

Usage

require "minion-common"

Contributors