@dev-thought/nx-deploy-it
Version:
[](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [](http://opensource.
19 lines (18 loc) • 515 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"name": "nx-deploy-it",
"version": "0.0.1",
"schematics": {
"scan": {
"factory": "./src/schematics/scan/schematic",
"schema": "./src/schematics/scan/schema.json",
"description": "scan schematic",
"aliases": ["ng-add"]
},
"init": {
"factory": "./src/schematics/init/schematic",
"schema": "./src/schematics/init/schema.json",
"description": "init schematic"
}
}
}