Replies: 1 comment 5 replies
-
It is possible to do something like that today, but with leaving out the "*" part. The tool should pick up components and bases from there when running the I hesitate if this is a good thing, though, since all components and all bases will be included in a project, even if only few of them are used in the actual project. There's also the I haven't run into any issues with manually adding dependencies for projects (other than occasionally forgetting about doing that), and was hoping that the tooling would be useful (with the |
Beta Was this translation helpful? Give feedback.
-
Hi David, I've been thinking about how this would work with larger monorepos and many components/bases. Instead of explicitly adding each component to the pyproject file, I'm wondering if the multiproject plugin could be enhanced to support globbing. For instance, instead of this:
Something like the following would take the management burden out of pyproject:
Taking it a bit further, I suspect this entire
packages
entry could be removed completely if the standard polylith structure was followed - no special configuration required.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions