docs(core): embed convert to monorepo vid (#20857)

This commit is contained in:
Juri Strumpflohner 2023-12-20 13:12:59 +01:00 committed by GitHub
parent 037fe40e16
commit c74fce4fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,11 @@ In many ways, a standalone repository is an integrated repository, but with one
You can always add another app to a standalone repository the same way you would in an integrated repo. But at some point, you may want to move the primary app out of the root of your repo because the repo is no longer primarily focused on that one app. There are other apps that are equally important and you want the folder structure to align with the new reality.
{% youtube
src="https://youtu.be/ztNpLf2Zl-c?si=u0CfLAx_tpioZ3Vu"
title="Graduating your Standalone Nx Repo to a Monorepo"
width="100%" /%}
## Run the Generator
The `convert-to-monorepo` generator will attempt to convert a standalone repo to an integrated monorepo.