Skip to content

Instantly share code, notes, and snippets.

@ricmello
Last active June 11, 2019 05:47
Show Gist options
  • Save ricmello/0cf429a51c5ebc487cb57af5741ef101 to your computer and use it in GitHub Desktop.
Save ricmello/0cf429a51c5ebc487cb57af5741ef101 to your computer and use it in GitHub Desktop.
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"extends": ["@schematics/angular"],
"schematics": {
"my-schematics": {
"description": "A custom module generator.",
"factory": "./my-schematics/index#mySchematics",
"schema": "./my-schematics/schema.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment