angular-architects / nx-ddd-plugin

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

missing type:api #53

Closed wizardnet972 closed 2 years ago

wizardnet972 commented 3 years ago

In the source code missing schematics for adding api library with type:api tag.

Sometimes developers can forget to add this tag every time they create @nrwl/node:lib so I think it should be option to create such a library.

manfredsteyer commented 3 years ago

Yes, good point. Care for a PR?

wizardnet972 commented 3 years ago

Yes. I'll send soon :)

manfredsteyer commented 2 years ago

The next version (2.0.0) will have such a generator.