docs(core): detox package has better schema descriptions (#9504)
This commit is contained in:
parent
2502821543
commit
f4b6a83364
@ -1,7 +1,7 @@
|
||||
{
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "detox",
|
||||
"description": "Detox Plugin for Nx",
|
||||
"description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"root": "/packages/detox",
|
||||
"source": "/packages/detox/src",
|
||||
"generators": [
|
||||
@ -23,7 +23,7 @@
|
||||
"required": [],
|
||||
"presets": []
|
||||
},
|
||||
"description": "Initialize the @nrwl/detox plugin",
|
||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||
"hidden": true,
|
||||
"implementation": "/packages/detox/src/generators/init/init#detoxInitGenerator.ts",
|
||||
"aliases": [],
|
||||
@ -81,7 +81,7 @@
|
||||
},
|
||||
"aliases": ["app"],
|
||||
"x-type": "application",
|
||||
"description": "Create a detox application",
|
||||
"description": "Create a Detox application.",
|
||||
"implementation": "/packages/detox/src/generators/application/application#detoxApplicationGenerator.ts",
|
||||
"hidden": false,
|
||||
"path": "/packages/detox/src/generators/application/schema.json"
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"init": {
|
||||
"factory": "./src/generators/init/init#detoxInitSchematic",
|
||||
"schema": "./src/generators/init/schema.json",
|
||||
"description": "Initialize the @nrwl/detox plugin",
|
||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||
"hidden": true
|
||||
},
|
||||
"application": {
|
||||
@ -14,14 +14,14 @@
|
||||
"schema": "./src/generators/application/schema.json",
|
||||
"aliases": ["app"],
|
||||
"x-type": "application",
|
||||
"description": "Create a detox application"
|
||||
"description": "Create a Detox application."
|
||||
}
|
||||
},
|
||||
"generators": {
|
||||
"init": {
|
||||
"factory": "./src/generators/init/init#detoxInitGenerator",
|
||||
"schema": "./src/generators/init/schema.json",
|
||||
"description": "Initialize the @nrwl/detox plugin",
|
||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||
"hidden": true
|
||||
},
|
||||
"application": {
|
||||
@ -29,7 +29,7 @@
|
||||
"schema": "./src/generators/application/schema.json",
|
||||
"aliases": ["app"],
|
||||
"x-type": "application",
|
||||
"description": "Create a detox application"
|
||||
"description": "Create a Detox application."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/detox",
|
||||
"version": "0.0.1",
|
||||
"description": "Detox Plugin for Nx",
|
||||
"description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
"React",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user