Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/5ba94450acc77e38fbd9ed2aaf1daf41 to your computer and use it in GitHub Desktop.
Save jonbcampos/5ba94450acc77e38fbd9ed2aaf1daf41 to your computer and use it in GitHub Desktop.
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"simple-schematic": {
"description": "A basic schematic.",
"factory": "./simple-schematic/index#simpleSchematic",
"schema": "./simple-schematic/schema.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment