nx-plugins
nx-plugins copied to clipboard
Generator are not named
Describe the bug
As a developer, I want to be able to call this generator within another custom generator. As of this moment, the generators are nameless so I can't call them programatically A clear and concise description of what the bug is.
To reproduce
Steps to reproduce the behavior:
- Install Package
- Try to call generator
Expected behaviour
We should export a named function to be able to call generator from this package.