sbt / sbt-projectmatrix

MIT License
124 stars 14 forks source link

Retrieve all projects with axes values from the ProjectMatrix #50

Closed keynmol closed 3 years ago

keynmol commented 3 years ago

Related to #48

I think that's the bit I'm missing to implement a more general way of encoding a command matrix.

If this looks okay (should I add jvmAll, jsAll and nativeAll that just return a Seq[Project]?), I should have enough to experiment somewhere separately and hopefully come up with a good enough implementation to inline it in this plugin.