Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 322 Bytes

Dependency tree generation tool

This small ammonite script uses Coursier to get the dependencies of some Maven repositories and helps you visualize the resulting tree.

Getting started

$ amm deptree.sc > deptree.dot
$ dot -Tpng deptree.dot -o deptree.png

deptree