feat: register the new schematics in collection.json

This commit is contained in:
vsavkin 2017-08-19 10:16:07 -04:00
parent c32770a71a
commit f23eb23b96

View File

@ -2,10 +2,20 @@
"name": "nrwl",
"version": "0.1",
"schematics": {
"application": {
"factory": "./workspace",
"schema": "./workspace/schema.json",
"description": "Create an Angular Bazel workspace."
},
"app": {
"factory": "./app",
"schema": "./app/schema.json",
"description": "Create an Angular application."
},
"addNgRxToModule": {
"factory": "./addNgRxToModule",
"schema": "./addNgRxToModule/schema.json",
"description": "Add NgRx support to a module."
}
}
}
}