nx-plugins icon indicating copy to clipboard operation
nx-plugins copied to clipboard

Generator are not named

Open simcoder opened this issue 1 year ago • 1 comments

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:

  1. Install Package
  2. Try to call generator

Expected behaviour

We should export a named function to be able to call generator from this package.

simcoder avatar Sep 26 '23 15:09 simcoder