angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
308 stars 55 forks source link

webstorm + nx plugin : detect only @angular-architects/ddd:ng-add #102

Open pguichon opened 2 years ago

pguichon commented 2 years ago

Hello.

Thanks for your work, it's help us a lot.

With the version 2, webstorm and nx-plugin don't detect the configuration of the schematic.

example

I use the last version of nx / webstorm / nx-ddd-plugin.

Best regard

weber commented 2 years ago

для исправления нужно в nx-ddd-plugin/libs/ddd/collection.json перенести из секции generators в секцию schematics

to fix it, you need to nx-ddd-plugin/libs/ddd/collection.json move from the generators section to the schematics section

rbolab commented 2 years ago

@weber could you please give more details about this workaround ? 🙏