Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created May 24, 2021 13:14
Show Gist options
  • Save brandonroberts/bfa2d9cf1718acbf74dec95c2d0ecd6a to your computer and use it in GitHub Desktop.
Save brandonroberts/bfa2d9cf1718acbf74dec95c2d0ecd6a to your computer and use it in GitHub Desktop.
Schematic Simple Generator
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