This is a meta-package for Elixir library authors to simplify the management of development libraries when working on multiple projects.

This package includes the following packages:

Installation

To pull all the included packages, install the dependency for :dev and :test environments:

def deps do
  [
    {:libdev, ">= 0.0.0", only: [:dev, :test], runtime: false}
  ]
end

Dependabot

This meta package relies on dependabot updates and is published to Hex on a weekly basis when its dependencies are updated.

You should also setup Dependabot for your repository in order to get updates from libdev.