Created
May 24, 2021 13:14
-
-
Save brandonroberts/bfa2d9cf1718acbf74dec95c2d0ecd6a to your computer and use it in GitHub Desktop.
Schematic Simple Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Tree, convertNxGenerator } from '@nrwl/devkit'; | |
export function mySchematicGenerator(_tree: Tree, opts: any) { | |
console.log('options', opts); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment