crow_plugins

crow_plugins supplies a number of plugins for crow. Currently, the following plugins are supplied:

Installation

Simply add crow_plugins to your mix.exs:

def deps do
  [
    {:crow_plugins, "~> 0.1"}
  ]
end

Documentation can be found at https://hexdocs.pm/crow_plugins.