Replies: 3 comments
-
I support the @tisonkun's request. This functionality is very important for me, I am actively looking for actual examples of how to properly build a mono repository consisting of many sub-modules. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I haven't tried these yet, but I'll share what I know.
One thing I'm not completely sure about is the workflow for managing dependencies of the subprojects, but maybe this is viable:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maven supports multiple modules and Cargo supports workspace.
I wonder if PDM has similar supports. I know we can have multiple Python modules in one project, but what if I'd like to write a monorepo with multiple projects? Is there some out-of-the-box supports or I just layout as:
I may expect
So that we can share some settings like metadata and dependencies management.
Beta Was this translation helpful? Give feedback.
All reactions