amperity / lein-monolith

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

Add optional arguments to 'link' task to restrict project targets #35

Closed greglook closed 6 years ago

greglook commented 6 years ago

Fixes #17 🎂

greglook commented 6 years ago

It would also be helpful if this command printed a warning if you manually link to a project depended upon by another project you didn't link.

Hmm, interesting. I'll consider that for a future upgrade. Right now the code is just considering project links one at a time, so it'd take some refactoring to make this checking more holistic.