amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

`each :subtree` displays the total # of targets instead of subprojects #4

Closed aengelberg closed 8 years ago

aengelberg commented 8 years ago

before:

lib-b$ lein monolith each :subtree install
Applying install to 2 subprojects...

Applying to example/lib-a (1/3)
...
Applying to example/lib-b (2/3)
...

after:

Applying to example/lib-a (1/2)
...
Applying to example/lib-b (2/2)
...
greglook commented 8 years ago

LGTM :ship: