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",
|
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||||
"name": "detox",
|
"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",
|
"root": "/packages/detox",
|
||||||
"source": "/packages/detox/src",
|
"source": "/packages/detox/src",
|
||||||
"generators": [
|
"generators": [
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the @nrwl/detox plugin",
|
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/detox/src/generators/init/init#detoxInitGenerator.ts",
|
"implementation": "/packages/detox/src/generators/init/init#detoxInitGenerator.ts",
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
@ -81,7 +81,7 @@
|
|||||||
},
|
},
|
||||||
"aliases": ["app"],
|
"aliases": ["app"],
|
||||||
"x-type": "application",
|
"x-type": "application",
|
||||||
"description": "Create a detox application",
|
"description": "Create a Detox application.",
|
||||||
"implementation": "/packages/detox/src/generators/application/application#detoxApplicationGenerator.ts",
|
"implementation": "/packages/detox/src/generators/application/application#detoxApplicationGenerator.ts",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"path": "/packages/detox/src/generators/application/schema.json"
|
"path": "/packages/detox/src/generators/application/schema.json"
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#detoxInitSchematic",
|
"factory": "./src/generators/init/init#detoxInitSchematic",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the @nrwl/detox plugin",
|
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
@ -14,14 +14,14 @@
|
|||||||
"schema": "./src/generators/application/schema.json",
|
"schema": "./src/generators/application/schema.json",
|
||||||
"aliases": ["app"],
|
"aliases": ["app"],
|
||||||
"x-type": "application",
|
"x-type": "application",
|
||||||
"description": "Create a detox application"
|
"description": "Create a Detox application."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#detoxInitGenerator",
|
"factory": "./src/generators/init/init#detoxInitGenerator",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the @nrwl/detox plugin",
|
"description": "Initialize the `@nrwl/detox` plugin.",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"schema": "./src/generators/application/schema.json",
|
"schema": "./src/generators/application/schema.json",
|
||||||
"aliases": ["app"],
|
"aliases": ["app"],
|
||||||
"x-type": "application",
|
"x-type": "application",
|
||||||
"description": "Create a detox application"
|
"description": "Create a Detox application."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/detox",
|
"name": "@nrwl/detox",
|
||||||
"version": "0.0.1",
|
"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": [
|
"keywords": [
|
||||||
"Monorepo",
|
"Monorepo",
|
||||||
"React",
|
"React",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user