angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

Upgrade to Yarn v3, Nx 13.1.4, and move to @nrwl/nx-plugin proper structure #91

Open benpsnyder opened 2 years ago

benpsnyder commented 2 years ago

There were issues with running normal CLI upgrade commands, so I had to use the following: npx @nrwl/tao@latest migrate @nrwl/workspace@13.1.4 @nrwl/angular@13.1.4 --from="@nrwl/workspace@11.0.0"

Upgrading to Yarn v3 based on lessons learned from:

Reorganized files based on: npx create-nx-plugin @angular-architects --pluginName ddd

benpsnyder commented 2 years ago

@manfredsteyer @peterbsmyth this is ready to go.

jon9090 commented 2 years ago

@benpsnyder @PetarKirov this PR is important. when it will merge and release?

benpsnyder commented 2 years ago

@manfredsteyer I would be willing to maintain and release consistently if you authorize.