nx/packages/web/collection.json
2019-09-08 14:36:30 -04:00

21 lines
513 B
JSON

{
"name": "nx/web",
"version": "0.1",
"extends": ["@nrwl/workspace"],
"schematics": {
"init": {
"factory": "./src/schematics/init/init",
"schema": "./src/schematics/init/schema.json",
"description": "Add @nrwl/web to a project",
"hidden": true
},
"application": {
"factory": "./src/schematics/application/application",
"schema": "./src/schematics/application/schema.json",
"aliases": ["app"],
"description": "Create an application"
}
}
}