Created
June 11, 2019 05:41
-
-
Save ricmello/c6f5f12f62e8c2b2d8ab46ddcf5e8998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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