amperity / lein-monolith

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

More 'each' opts #9

Closed greglook closed 8 years ago

greglook commented 8 years ago

Fixes #7 #8

This adds two new options to the each subtask:

Conceptually, the :select config is very similar to :test-selectors. The value for each key is a function which runs on the subproject definition and should return a truthy value if the project should be included. Keywords provide a simple approach, but you can see in the example that more complex behavior is also possible.

derekslager commented 8 years ago

LGTM