@nstudio/angular
Version:
Angular Plugin for xplat
64 lines (63 loc) • 2.2 kB
JSON
{
"name": "nstudio/angular",
"version": "0.1",
"extends": ["@nstudio/xplat"],
"schematics": {
"ng-add": {
"factory": "./src/schematics/ng-add/ng-add",
"schema": "./src/schematics/ng-add/schema.json",
"description": "Add xplat angular to an existing Nx workspace.",
"hidden": true
},
"application": {
"factory": "./src/schematics/application",
"schema": "./src/schematics/application/schema.json",
"aliases": ["app"],
"description": "Create an Angular app."
},
"feature": {
"factory": "./src/schematics/feature",
"schema": "./src/schematics/feature/schema.json",
"description": "Create a feature module configured for xplat projects and shared code."
},
"component": {
"factory": "./src/schematics/component",
"schema": "./src/schematics/component/schema.json",
"description": "Create a component configured for xplat projects and shared code.",
"aliases": ["c"]
},
"directive": {
"factory": "./src/schematics/directive",
"schema": "./src/schematics/directive/schema.json",
"description": "Create a directive configured for xplat projects and shared code.",
"aliases": ["d"]
},
"pipe": {
"factory": "./src/schematics/pipe",
"schema": "./src/schematics/pipe/schema.json",
"description": "Create a pipe configured for xplat projects and shared code.",
"aliases": ["p"]
},
"service": {
"factory": "./src/schematics/service",
"schema": "./src/schematics/service/schema.json",
"description": "Create a service configured for xplat projects and shared code.",
"aliases": ["s"]
},
"ngrx": {
"factory": "./src/schematics/ngrx",
"schema": "./src/schematics/ngrx/schema.json",
"description": "Create a ngrx store."
},
"helpers": {
"factory": "./src/schematics/helpers",
"schema": "./src/schematics/helpers/schema.json",
"description": "Helpers for Angular."
},
"xplat": {
"factory": "./src/schematics/xplat",
"schema": "./src/schematics/xplat/schema.json",
"description": "Add xplat for angular."
}
}
}