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 daily dependabot updates and is published to Hex weekly, on Sundays, when its dependencies have been updated during the week.

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