Skip to content

Mix tasks to print dependency tree of an application to a terminal

Notifications You must be signed in to change notification settings

liveforeverx/mix_deps_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MixDepsTree

** DEPRECATED: Use mix app.tree in upcoming elixir version: elixir#4261

Mix task to show dependency tree in terminal.

Installation

The package can be installed as:

  1. Add mix_deps_tree to your list of dependencies in mix.exs:

    def deps do [{:mix_deps_tree, "~> 0.1.0"}] end

Usage

  phoenix % mix deps.tree --exclude elixir
  phoenix
  |-- plug
  |  |-- crypto
  |  `-- logger
  |-- poison
  |-- logger
  `-- eex

About

Mix tasks to print dependency tree of an application to a terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages