I can't find how to use a newly created schematics with NX using ng g workspace-schematic <schematic-name>
Here is my structure :
|- tools/
|- schematics
|- my-first-schematic
|- my-second-schematic
I want to use my-first-schematic
within my-second-schematic
.
I know about externalSchematic()
but it's useful when we want to call schematif from another collection.
Thanks!