Skip to content

lud/libdev

Repository files navigation

Libdev

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.

About

Elixir meta package for library authors focused on dev env: ex_doc, credo, dialyxir, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages