Skip to content

Instantly share code, notes, and snippets.

@ricmello
Last active June 11, 2019 05:00
Show Gist options
  • Save ricmello/ab0a7d040112a7443bb72df2f696ad6d to your computer and use it in GitHub Desktop.
Save ricmello/ab0a7d040112a7443bb72df2f696ad6d to your computer and use it in GitHub Desktop.
Create your first schematics
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"my-schematics": {
"description": "A blank schematic.",
"factory": "./my-schematics/index#mySchematics"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment