monorepo - Migrating an existing standalone repository - Stack Overflow

admin2025-04-17  3

we are working on a web components repository that uses Lit and Storybook. It's currently a standalone repository with a src directory in the root, and we'd like to collocate a few other smaller projects within the repo. Is it possible to convert this to a monorepo while keeping the same directory structure? Because we are concerned of having git history changes by having src moved to a separate directory for instance. Would love to know of any other monorepo tools that might help with this if Nx won't.

转载请注明原文地址:http://anycun.com/QandA/1744892710a89108.html