$ ng generate Generates and/or modifies files based on a schematic. usage: ng generate <schematic> [options] code example
Example: angulae schematics
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "my-component": { "description": "A blank schematic.", "factory": "./my-component/index#myComponent" } }}