docs(misc): clean up api docs
This commit is contained in:
parent
baa8c23d0f
commit
93ebc835dc
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### name
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -90,7 +90,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style)
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style)
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -38,13 +38,13 @@ Alias(es): d
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic description
|
||||
Generator description
|
||||
|
||||
### name
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -140,7 +140,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style).
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style).
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic.
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator.
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic.
|
||||
Run the cypress-configure generator.
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -32,7 +32,7 @@ nx g workspace-generator ... --dry-run
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### skipFormat
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ List the plugins installed in the current workspace:
|
||||
nx list
|
||||
```
|
||||
|
||||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
List the generators and executors available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
|
||||
```bash
|
||||
nx list @nrwl/web
|
||||
|
||||
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### name
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -90,7 +90,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style)
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style)
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -38,13 +38,13 @@ Alias(es): d
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic description
|
||||
Generator description
|
||||
|
||||
### name
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -140,7 +140,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style).
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style).
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic.
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator.
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic.
|
||||
Run the cypress-configure generator.
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -32,7 +32,7 @@ nx g workspace-generator ... --dry-run
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### skipFormat
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ List the plugins installed in the current workspace:
|
||||
nx list
|
||||
```
|
||||
|
||||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
List the generators and executors available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
|
||||
```bash
|
||||
nx list @nrwl/web
|
||||
|
||||
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### name
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ Flag to indicate if a directory is created.
|
||||
|
||||
Type: `string`
|
||||
|
||||
The name of generated schematic
|
||||
The name of generated generator
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -90,7 +90,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style)
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style)
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -38,13 +38,13 @@ Alias(es): d
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic description
|
||||
Generator description
|
||||
|
||||
### name
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### project
|
||||
|
||||
|
||||
@ -140,7 +140,7 @@ Default: `false`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style).
|
||||
Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style).
|
||||
|
||||
### style
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g stories ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic.
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator.
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -28,13 +28,13 @@ nx g storybook-configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic.
|
||||
Run the cypress-configure generator.
|
||||
|
||||
### generateCypressSpecs
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure schematic
|
||||
Automatically generate \*.spec.ts files in the cypress e2e app generated by the cypress-configure generator
|
||||
|
||||
### generateStories
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ nx g configuration ... --dry-run
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Run the cypress-configure schematic
|
||||
Run the cypress-configure generator
|
||||
|
||||
### js
|
||||
|
||||
|
||||
@ -62,4 +62,4 @@ Default: `true`
|
||||
|
||||
Type: `boolean`
|
||||
|
||||
Should the schematic update the import path to reflect the new location?
|
||||
Should the generator update the import path to reflect the new location?
|
||||
|
||||
@ -32,7 +32,7 @@ nx g workspace-generator ... --dry-run
|
||||
|
||||
Type: `string`
|
||||
|
||||
Schematic name
|
||||
Generator name
|
||||
|
||||
### skipFormat
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ List the plugins installed in the current workspace:
|
||||
nx list
|
||||
```
|
||||
|
||||
List the schematics and builders available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
List the generators and executors available in the `@nrwl/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
|
||||
|
||||
```bash
|
||||
nx list @nrwl/web
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "SchematicsAngularModuleInit",
|
||||
"title": "Add Nx Schematics to Project and Convert Workspace",
|
||||
"title": "Init Angular Plugin",
|
||||
"description": "NOTE: Does not work in the --dry-run mode",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"updateImportPath": {
|
||||
"type": "boolean",
|
||||
"description": "Should the schematic update the import path to reflect the new location?",
|
||||
"description": "Should the generator update the import path to reflect the new location?",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"generateCypressSpecs": {
|
||||
"type": "boolean",
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic"
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator"
|
||||
}
|
||||
},
|
||||
"required": ["name"]
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"configureCypress": {
|
||||
"type": "boolean",
|
||||
"description": "Run the cypress-configure schematic",
|
||||
"description": "Run the cypress-configure generator",
|
||||
"x-prompt": "Configure a cypress e2e app to run against the storybook instance?"
|
||||
},
|
||||
"generateStories": {
|
||||
@ -23,8 +23,8 @@
|
||||
},
|
||||
"generateCypressSpecs": {
|
||||
"type": "boolean",
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic",
|
||||
"x-prompt": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic?"
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator",
|
||||
"x-prompt": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator?"
|
||||
},
|
||||
"linter": {
|
||||
"description": "The tool to use for running lint checks.",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "Nx Cypress Project Schematics Schema",
|
||||
"id": "Nx Cypress Project Generator Schema",
|
||||
"title": "Create Cypress Configuration for the workspace",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxExpressInit",
|
||||
"title": "Add Nx Express Schematics",
|
||||
"title": "Init Express Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxNestInit",
|
||||
"title": "Add Nx Nest Schematics",
|
||||
"title": "Init Nest Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of generated schematic",
|
||||
"description": "The name of generated generator",
|
||||
"$default": {
|
||||
"$source": "argv",
|
||||
"index": 0
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
"default": false
|
||||
},
|
||||
"skipWorkspaceJson": {
|
||||
"description": "Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style)",
|
||||
"description": "Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style)",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxNextNgInit",
|
||||
"title": "Add Nx Next Schematics",
|
||||
"title": "Init Next Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxNodeInit",
|
||||
"title": "Add Nx Node Schematics",
|
||||
"title": "Init Node Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Schematic name",
|
||||
"description": "Generator name",
|
||||
"$default": {
|
||||
"$source": "argv",
|
||||
"index": 0
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "Schematic description",
|
||||
"description": "Generator description",
|
||||
"alias": "d"
|
||||
},
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
"default": false
|
||||
},
|
||||
"skipWorkspaceJson": {
|
||||
"description": "Skip updating workspace.json with default schematic options based on values provided to this app (e.g. babel, style).",
|
||||
"description": "Skip updating workspace.json with default options based on values provided to this app (e.g. babel, style).",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxReactNgInit",
|
||||
"title": "Add Nx React Schematics",
|
||||
"title": "Init React Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"generateCypressSpecs": {
|
||||
"type": "boolean",
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic.",
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator.",
|
||||
"x-prompt": "Do you want to generate Cypress specs as well?"
|
||||
},
|
||||
"js": {
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"configureCypress": {
|
||||
"type": "boolean",
|
||||
"description": "Run the cypress-configure schematic.",
|
||||
"description": "Run the cypress-configure generator.",
|
||||
"x-prompt": "Configure a cypress e2e app to run against the storybook instance?"
|
||||
},
|
||||
"generateStories": {
|
||||
@ -23,8 +23,8 @@
|
||||
},
|
||||
"generateCypressSpecs": {
|
||||
"type": "boolean",
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic",
|
||||
"x-prompt": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure schematic?"
|
||||
"description": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator",
|
||||
"x-prompt": "Automatically generate *.spec.ts files in the cypress e2e app generated by the cypress-configure generator?"
|
||||
},
|
||||
"js": {
|
||||
"type": "boolean",
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
},
|
||||
"configureCypress": {
|
||||
"type": "boolean",
|
||||
"description": "Run the cypress-configure schematic",
|
||||
"description": "Run the cypress-configure generator",
|
||||
"x-prompt": "Configure a cypress e2e app to run against the storybook instance?"
|
||||
},
|
||||
"linter": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "Nx Storybook Project Schematics Schema",
|
||||
"id": "Init Storybook Plugin",
|
||||
"title": "Add Storybook Configuration to the workspace",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "NxWebInit",
|
||||
"title": "Add Nx Web Schematics",
|
||||
"title": "Init Web Plugin",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unitTestRunner": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/schema",
|
||||
"id": "SchematicsNxNgAdd",
|
||||
"title": "Add Nx Schematics to Project and Convert Workspace",
|
||||
"title": "Init Workspace",
|
||||
"description": "NOTE: Does not work in the --dry-run mode",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"updateImportPath": {
|
||||
"type": "boolean",
|
||||
"description": "Should the schematic update the import path to reflect the new location?",
|
||||
"description": "Should the generator update the import path to reflect the new location?",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"cli": "nx",
|
||||
"id": "SchematicsNxWorkspaceSchematic",
|
||||
"title": "Create a custom schematic",
|
||||
"title": "Create a custom generator",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Schematic name",
|
||||
"description": "Generator name",
|
||||
"$default": {
|
||||
"$source": "argv",
|
||||
"index": 0
|
||||
},
|
||||
"x-prompt": "What name would you like to use for the workspace schematic?"
|
||||
"x-prompt": "What name would you like to use for the workspace generator?"
|
||||
},
|
||||
"skipFormat": {
|
||||
"description": "Skip formatting files",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user