Skip to content

Instantly share code, notes, and snippets.

@ricmello
Created June 11, 2019 05:41
Show Gist options
  • Save ricmello/c6f5f12f62e8c2b2d8ab46ddcf5e8998 to your computer and use it in GitHub Desktop.
Save ricmello/c6f5f12f62e8c2b2d8ab46ddcf5e8998 to your computer and use it in GitHub Desktop.
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"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