Skip to content

Mix task for listing all licenses used by your Elixir and Erlang dependencies

License

Notifications You must be signed in to change notification settings

Eptis/mix-licenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix Licenses

This package adds the task mix deps.licenses to your mix tasks. This can be used to print out a table of your mix.lock dependencies and the license they use. This currently only works for dependencies from Hex since it reads the license information from the hex_metadata.config files of your dependencies.

Installation

The package can be installed by adding mix_licenses to your list of dependencies in mix.exs:

def deps do
  [
    {:mix_licenses, "~> 0.1.0", only: :dev}
  ]
end

About

Mix task for listing all licenses used by your Elixir and Erlang dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages