Monday, 18 October 2021

Monorepo nrwl nx - using git submodule

I would like to create nx monorepo with angular apps, but the most important things:

  • the main workspace will be one repository,
  • the subapps will be the git submodules
|- apps
|  |- application1 <--- git submodule 1
|  |- application2 <--- git submodule 2
|- libs
|...

I found a similar solution https://blog.nrwl.io/dev-workflow-using-git-submodules-and-yarn-workspaces-14fd06c07964, that's not what I'm looking for.

I would like workspace applications to be submodules



from Monorepo nrwl nx - using git submodule

No comments:

Post a Comment