docs(misc): change http:// to https:// (#19534)

This commit is contained in:
beeman 2024-01-30 16:33:13 +00:00 committed by GitHub
parent 7a77b0d6a7
commit a9974d3f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
394 changed files with 483 additions and 486 deletions

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "ng-packagr Target", "title": "ng-packagr Target",
"description": "Builds a library with support for incremental builds.\n\nThis executor is meant to be used with buildable libraries in an incremental build scenario. It is similar to the `@nx/angular:package` executor but with some key differences:\n- For supported Angular versions lower than v16, it doesn't run `ngcc` automatically (`ngcc` is no longer available from Angular v16 onwards, for lower versions, it needs to be run separately beforehand if needed, this can be done in a `postinstall` hook on `package.json`).\n- It only produces ESM2022 bundles (ESM2020 for supported Angular versions lower than v16).", "description": "Builds a library with support for incremental builds.\n\nThis executor is meant to be used with buildable libraries in an incremental build scenario. It is similar to the `@nx/angular:package` executor but with some key differences:\n- For supported Angular versions lower than v16, it doesn't run `ngcc` automatically (`ngcc` is no longer available from Angular v16 onwards, for lower versions, it needs to be run separately beforehand if needed, this can be done in a `postinstall` hook on `package.json`).\n- It only produces ESM2022 bundles (ESM2020 for supported Angular versions lower than v16).",
"cli": "nx", "cli": "nx",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "ng-packagr Target", "title": "ng-packagr Target",
"description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is similar to the `@angular-devkit/build-angular:ng-packagr` with additional support for incremental builds.", "description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is similar to the `@angular-devkit/build-angular:ng-packagr` with additional support for incremental builds.",
"cli": "nx", "cli": "nx",

View File

@ -2,7 +2,7 @@
"name": "add-linting", "name": "add-linting",
"factory": "./src/generators/add-linting/add-linting", "factory": "./src/generators/add-linting/add-linting",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularAddLintingGenerator", "$id": "NxAngularAddLintingGenerator",
"title": "Add linting to an Angular project.", "title": "Add linting to an Angular project.",
"description": "Adds linting configuration to an Angular project.", "description": "Adds linting configuration to an Angular project.",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#applicationGeneratorInternal", "factory": "./src/generators/application/application#applicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "GeneratorNxApp", "$id": "GeneratorNxApp",
"title": "Creates an Angular application.", "title": "Creates an Angular application.",
"description": "Creates an Angular application.", "description": "Creates an Angular application.",
@ -38,15 +38,15 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "sass", "value": "sass",
"label": "SASS(.sass) [ http://sass-lang.com ]" "label": "SASS(.sass) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
} }
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "component-cypress-spec", "name": "component-cypress-spec",
"factory": "./src/generators/component-cypress-spec/component-cypress-spec", "factory": "./src/generators/component-cypress-spec/component-cypress-spec",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularComponentCypressSpecGenerator", "$id": "NxAngularComponentCypressSpecGenerator",
"type": "object", "type": "object",
"cli": "nx", "cli": "nx",

View File

@ -2,7 +2,7 @@
"name": "component-test", "name": "component-test",
"factory": "./src/generators/component-test/component-test", "factory": "./src/generators/component-test/component-test",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularComponentTestGenerator", "$id": "NxAngularComponentTestGenerator",
"type": "object", "type": "object",
"cli": "nx", "cli": "nx",

View File

@ -2,7 +2,7 @@
"name": "federate-module", "name": "federate-module",
"factory": "./src/generators/federate-module/federate-module", "factory": "./src/generators/federate-module/federate-module",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxReactFederateModule", "$id": "NxReactFederateModule",
"title": "Federate Module", "title": "Federate Module",

View File

@ -2,7 +2,7 @@
"name": "host", "name": "host",
"factory": "./src/generators/host/host#hostInternal", "factory": "./src/generators/host/host#hostInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxMFHost", "$id": "NxMFHost",
"cli": "nx", "cli": "nx",
"title": "Nx Module Federation Host Application", "title": "Nx Module Federation Host Application",
@ -52,15 +52,15 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "sass", "value": "sass",
"label": "SASS(.sass) [ http://sass-lang.com ]" "label": "SASS(.sass) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
} }
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init", "factory": "./src/generators/init/init",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "SchematicsAngularModuleInit", "$id": "SchematicsAngularModuleInit",
"cli": "nx", "cli": "nx",
"title": "Init Angular Plugin", "title": "Init Angular Plugin",

View File

@ -2,7 +2,7 @@
"name": "library-secondary-entry-point", "name": "library-secondary-entry-point",
"factory": "./src/generators/library-secondary-entry-point/library-secondary-entry-point", "factory": "./src/generators/library-secondary-entry-point/library-secondary-entry-point",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularLibrarySecondaryEntryPoint", "$id": "NxAngularLibrarySecondaryEntryPoint",
"title": "Creates a secondary entry point for a library", "title": "Creates a secondary entry point for a library",
"description": "Creates a secondary entry point for an Angular publishable library.", "description": "Creates a secondary entry point for an Angular publishable library.",

View File

@ -2,7 +2,7 @@
"name": "library", "name": "library",
"factory": "./src/generators/library/library#libraryGeneratorInternal", "factory": "./src/generators/library/library#libraryGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "GeneratorAngularLibrary", "$id": "GeneratorAngularLibrary",
"title": "Create a library", "title": "Create a library",
"description": "Creates an Angular library.", "description": "Creates an Angular library.",

View File

@ -2,7 +2,7 @@
"name": "move", "name": "move",
"factory": "./src/generators/move/move#angularMoveGeneratorInternal", "factory": "./src/generators/move/move#angularMoveGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularMove", "$id": "NxAngularMove",
"cli": "nx", "cli": "nx",
"title": "Nx Angular Move", "title": "Nx Angular Move",

View File

@ -2,7 +2,7 @@
"name": "ng-add", "name": "ng-add",
"factory": "./src/generators/ng-add/ng-add", "factory": "./src/generators/ng-add/ng-add",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularNgAddGenerator", "$id": "NxAngularNgAddGenerator",
"title": "Angular plugin initialization", "title": "Angular plugin initialization",
"cli": "nx", "cli": "nx",

View File

@ -2,7 +2,7 @@
"name": "ngrx-feature-store", "name": "ngrx-feature-store",
"factory": "./src/generators/ngrx-feature-store/ngrx-feature-store", "factory": "./src/generators/ngrx-feature-store/ngrx-feature-store",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNgrxFeatureStoreGenerator", "$id": "NxNgrxFeatureStoreGenerator",
"title": "NgRx Feature Store Generator", "title": "NgRx Feature Store Generator",
"description": "Add an NgRx Feature Store to an application or library.", "description": "Add an NgRx Feature Store to an application or library.",

View File

@ -2,7 +2,7 @@
"name": "ngrx-root-store", "name": "ngrx-root-store",
"factory": "./src/generators/ngrx-root-store/ngrx-root-store", "factory": "./src/generators/ngrx-root-store/ngrx-root-store",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNgrxRootStoreGenerator", "$id": "NxNgrxRootStoreGenerator",
"title": "Add NgRx support to an application.", "title": "Add NgRx support to an application.",
"description": "Adds NgRx support to an application.", "description": "Adds NgRx support to an application.",

View File

@ -2,7 +2,7 @@
"name": "ngrx", "name": "ngrx",
"factory": "./src/generators/ngrx/ngrx", "factory": "./src/generators/ngrx/ngrx",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNgrxGenerator", "$id": "NxNgrxGenerator",
"title": "Add NgRx support to an application or library.", "title": "Add NgRx support to an application or library.",
"description": "Adds NgRx support to an application or library.", "description": "Adds NgRx support to an application or library.",

View File

@ -2,7 +2,7 @@
"name": "remote", "name": "remote",
"factory": "./src/generators/remote/remote#remoteInternal", "factory": "./src/generators/remote/remote#remoteInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxMFRemote", "$id": "NxMFRemote",
"cli": "nx", "cli": "nx",
"title": "Nx Module Federation Remote App", "title": "Nx Module Federation Remote App",
@ -52,15 +52,15 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "sass", "value": "sass",
"label": "SASS(.sass) [ http://sass-lang.com ]" "label": "SASS(.sass) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
} }
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "scam-to-standalone", "name": "scam-to-standalone",
"factory": "./src/generators/scam-to-standalone/scam-to-standalone", "factory": "./src/generators/scam-to-standalone/scam-to-standalone",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "GeneratorAngularScamToStandalone", "$id": "GeneratorAngularScamToStandalone",
"cli": "nx", "cli": "nx",
"title": "Convert an Inline SCAM to Standalone Component", "title": "Convert an Inline SCAM to Standalone Component",

View File

@ -2,7 +2,7 @@
"name": "setup-mf", "name": "setup-mf",
"factory": "./src/generators/setup-mf/setup-mf", "factory": "./src/generators/setup-mf/setup-mf",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "GeneratorAngularMFSetup", "$id": "GeneratorAngularMFSetup",
"cli": "nx", "cli": "nx",
"title": "Generate Module Federation Setup for Angular App", "title": "Generate Module Federation Setup for Angular App",

View File

@ -2,7 +2,7 @@
"name": "setup-ssr", "name": "setup-ssr",
"factory": "./src/generators/setup-ssr/setup-ssr", "factory": "./src/generators/setup-ssr/setup-ssr",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "GeneratorAngularUniversalSetup", "$id": "GeneratorAngularUniversalSetup",
"cli": "nx", "cli": "nx",
"title": "Generate Angular Universal (SSR) setup for an Angular App", "title": "Generate Angular Universal (SSR) setup for an Angular App",

View File

@ -2,7 +2,7 @@
"name": "setup-tailwind", "name": "setup-tailwind",
"factory": "./src/generators/setup-tailwind/setup-tailwind", "factory": "./src/generators/setup-tailwind/setup-tailwind",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularTailwindSetupGenerator", "$id": "NxAngularTailwindSetupGenerator",
"cli": "nx", "cli": "nx",
"title": "Configures Tailwind CSS for an application or a buildable/publishable library.", "title": "Configures Tailwind CSS for an application or a buildable/publishable library.",

View File

@ -2,7 +2,7 @@
"name": "stories", "name": "stories",
"factory": "./src/generators/stories/stories", "factory": "./src/generators/stories/stories",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularStorybookStoriesGenerator", "$id": "NxAngularStorybookStoriesGenerator",
"title": "Create Storybook stories/specs", "title": "Create Storybook stories/specs",
"description": "Creates Storybook stories/specs for all Angular components declared in a project.", "description": "Creates Storybook stories/specs for all Angular components declared in a project.",

View File

@ -2,7 +2,7 @@
"name": "storybook-configuration", "name": "storybook-configuration",
"factory": "./src/generators/storybook-configuration/storybook-configuration", "factory": "./src/generators/storybook-configuration/storybook-configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxAngularStorybookConfigurationGenerator", "$id": "NxAngularStorybookConfigurationGenerator",
"title": "Adds Storybook configuration to a project.", "title": "Adds Storybook configuration to a project.",
"description": "Adds Storybook configuration to a project to be able to use and create stories.", "description": "Adds Storybook configuration to a project to be able to use and create stories.",

View File

@ -3,7 +3,7 @@
"aliases": ["cypress-component-configuration"], "aliases": ["cypress-component-configuration"],
"factory": "./src/generators/component-configuration/component-configuration", "factory": "./src/generators/component-configuration/component-configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxCypressComponentConfiguration", "$id": "NxCypressComponentConfiguration",
"cli": "nx", "cli": "nx",
"title": "Set up Cypress component testing for a project", "title": "Set up Cypress component testing for a project",

View File

@ -3,7 +3,7 @@
"aliases": ["cypress-e2e-configuration", "e2e", "e2e-config"], "aliases": ["cypress-e2e-configuration", "e2e", "e2e-config"],
"factory": "./src/generators/configuration/configuration", "factory": "./src/generators/configuration/configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxCypressE2EConfigGenerator", "$id": "NxCypressE2EConfigGenerator",
"cli": "nx", "cli": "nx",
"title": "Add a Cypress Configuration.", "title": "Add a Cypress Configuration.",

View File

@ -2,7 +2,7 @@
"name": "cypress-project", "name": "cypress-project",
"factory": "./src/generators/cypress-project/cypress-project#cypressProjectGeneratorInternal", "factory": "./src/generators/cypress-project/cypress-project#cypressProjectGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxCypressProjectGeneratorSchema", "$id": "NxCypressProjectGeneratorSchema",
"cli": "nx", "cli": "nx",
"title": "Create Cypress Configuration for the workspace", "title": "Create Cypress Configuration for the workspace",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#cypressInitGenerator", "factory": "./src/generators/init/init#cypressInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxCypressInit", "$id": "NxCypressInit",
"cli": "nx", "cli": "nx",
"title": "Add Cypress Configuration to the workspace", "title": "Add Cypress Configuration to the workspace",

View File

@ -2,7 +2,7 @@
"name": "migrate-to-cypress-11", "name": "migrate-to-cypress-11",
"factory": "./src/generators/migrate-to-cypress-11/migrate-to-cypress-11#migrateCypressProject", "factory": "./src/generators/migrate-to-cypress-11/migrate-to-cypress-11#migrateCypressProject",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxCypressMigrateTo11", "$id": "NxCypressMigrateTo11",
"cli": "nx", "cli": "nx",
"title": "Migrate e2e project to Cypress 11", "title": "Migrate e2e project to Cypress 11",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#detoxApplicationGeneratorInternal", "factory": "./src/generators/application/application#detoxApplicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Create Detox Configuration for the workspace", "title": "Create Detox Configuration for the workspace",
"description": "Create Detox Configuration for the workspace.", "description": "Create Detox Configuration for the workspace.",
"type": "object", "type": "object",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#detoxInitGenerator", "factory": "./src/generators/init/init#detoxInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Add Detox Schematics", "title": "Add Detox Schematics",
"description": "Add Detox Schematics.", "description": "Add Detox Schematics.",
"type": "object", "type": "object",

View File

@ -3,7 +3,7 @@
"aliases": ["esbuild-project"], "aliases": ["esbuild-project"],
"factory": "./src/generators/configuration/configuration", "factory": "./src/generators/configuration/configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxEsBuildProject", "$id": "NxEsBuildProject",
"cli": "nx", "cli": "nx",
"title": "Add esbuild configuration to a project", "title": "Add esbuild configuration to a project",

View File

@ -2,11 +2,11 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#esbuildInitGenerator", "factory": "./src/generators/init/init#esbuildInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxWebpackInit", "$id": "NxEsbuildInit",
"cli": "nx", "cli": "nx",
"title": "Init Webpack Plugin", "title": "Init Esbuild Plugin",
"description": "Init Webpack Plugin.", "description": "Init Esbuild Plugin.",
"type": "object", "type": "object",
"properties": { "properties": {
"skipFormat": { "skipFormat": {

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "ESLint Lint Target", "title": "ESLint Lint Target",
"description": "ESLint Lint Target.", "description": "ESLint Lint Target.",
"cli": "nx", "cli": "nx",

View File

@ -2,7 +2,7 @@
"name": "convert-to-flat-config", "name": "convert-to-flat-config",
"factory": "./src/generators/convert-to-flat-config/generator", "factory": "./src/generators/convert-to-flat-config/generator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "ConvertToFlatConfig", "$id": "ConvertToFlatConfig",
"cli": "nx", "cli": "nx",
"description": "Convert an Nx workspace's ESLint configs to use Flat Config.", "description": "Convert an Nx workspace's ESLint configs to use Flat Config.",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#lintInitGenerator", "factory": "./src/generators/init/init#lintInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxESLintInit", "$id": "NxESLintInit",
"title": "Initialize ESLint Plugin", "title": "Initialize ESLint Plugin",

View File

@ -2,7 +2,7 @@
"name": "workspace-rule", "name": "workspace-rule",
"factory": "./src/generators/workspace-rule/workspace-rule#lintWorkspaceRuleGenerator", "factory": "./src/generators/workspace-rule/workspace-rule#lintWorkspaceRuleGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxWorkspaceRule", "$id": "NxWorkspaceRule",
"cli": "nx", "cli": "nx",
"title": "Create a new Workspace Lint Rule", "title": "Create a new Workspace Lint Rule",

View File

@ -2,7 +2,7 @@
"name": "workspace-rules-project", "name": "workspace-rules-project",
"factory": "./src/generators/workspace-rules-project/workspace-rules-project#lintWorkspaceRulesProjectGenerator", "factory": "./src/generators/workspace-rules-project/workspace-rules-project#lintWorkspaceRulesProjectGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxWorkspaceRulesProject", "$id": "NxWorkspaceRulesProject",
"cli": "nx", "cli": "nx",
"title": "Create the Workspace Lint Rules Project", "title": "Create the Workspace Lint Rules Project",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxExpoEasBuildList", "$id": "NxExpoEasBuildList",
"cli": "nx", "cli": "nx",
"title": "Expo EAS Build List executor", "title": "Expo EAS Build List executor",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxExpoEasBuild", "$id": "NxExpoEasBuild",
"cli": "nx", "cli": "nx",
"title": "Expo EAS Build executor", "title": "Expo EAS Build executor",

View File

@ -6,7 +6,7 @@
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"cli": "nx", "cli": "nx",
"$id": "NxExpoEnsureSymlink", "$id": "NxExpoEnsureSymlink",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Ensure Symlink for Expo", "title": "Ensure Symlink for Expo",
"description": "Ensure workspace node_modules is symlink under app's node_modules folder.", "description": "Ensure workspace node_modules is symlink under app's node_modules folder.",
"type": "object", "type": "object",

View File

@ -6,7 +6,7 @@
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$id": "NxExpoExport", "$id": "NxExpoExport",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Expo Export", "title": "Expo Export",
"description": "Export the JavaScript and assets for your app using Metro/webpack bundler.", "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.",
"type": "object", "type": "object",

View File

@ -6,7 +6,7 @@
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$id": "NxExpoInstall", "$id": "NxExpoInstall",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Expo Install", "title": "Expo Install",
"description": "Install a module or other package to a project.", "description": "Install a module or other package to a project.",
"type": "object", "type": "object",

View File

@ -6,7 +6,7 @@
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$id": "NxExpoPrebuild", "$id": "NxExpoPrebuild",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Expo Prebuild", "title": "Expo Prebuild",
"description": "Create native iOS and Android project files for building natively.", "description": "Create native iOS and Android project files for building natively.",
"type": "object", "type": "object",

View File

@ -6,7 +6,7 @@
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"cli": "nx", "cli": "nx",
"$id": "NxExpoRun", "$id": "NxExpoRun",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Run iOS or Android application", "title": "Run iOS or Android application",
"description": "Run Expo target options.", "description": "Run Expo target options.",
"type": "object", "type": "object",

View File

@ -6,7 +6,7 @@
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"cli": "nx", "cli": "nx",
"$id": "NxExpoStart", "$id": "NxExpoStart",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Packager Server for Expo", "title": "Packager Server for Expo",
"description": "Packager Server target options.", "description": "Packager Server target options.",
"type": "object", "type": "object",

View File

@ -2,7 +2,7 @@
"name": "submit", "name": "submit",
"implementation": "/packages/expo/src/executors/submit/submit.impl.ts", "implementation": "/packages/expo/src/executors/submit/submit.impl.ts",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"version": 2, "version": 2,
"title": "EXPO EAS Submit Executor", "title": "EXPO EAS Submit Executor",
"description": "Submit app binary to App Store and/or Play Store.", "description": "Submit app binary to App Store and/or Play Store.",

View File

@ -6,7 +6,7 @@
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"cli": "nx", "cli": "nx",
"$id": "NxExpoSyncDeps", "$id": "NxExpoSyncDeps",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"title": "Sync Deps for Expo", "title": "Sync Deps for Expo",
"description": "Updates package.json with project dependencies.", "description": "Updates package.json with project dependencies.",
"type": "object", "type": "object",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxExpoEasUpdate", "$id": "NxExpoEasUpdate",
"cli": "nx", "cli": "nx",
"title": "Expo EAS Update executor", "title": "Expo EAS Update executor",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"cli": "nx", "cli": "nx",
"$id": "NxExpoApplication", "$id": "NxExpoApplication",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"description": "Create an Expo Application for Nx.", "description": "Create an Expo Application for Nx.",
"examples": [ "examples": [
{ {

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"cli": "nx", "cli": "nx",
"$id": "NxExpoComponent", "$id": "NxExpoComponent",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"description": "Create a Expo Component for Nx.", "description": "Create a Expo Component for Nx.",
"type": "object", "type": "object",
"examples": [ "examples": [

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"cli": "nx", "cli": "nx",
"$id": "NxExpoInit", "$id": "NxExpoInit",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"description": "Add Nx Expo Schematics.", "description": "Add Nx Expo Schematics.",
"type": "object", "type": "object",
"properties": { "properties": {

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"cli": "nx", "cli": "nx",
"$id": "NxExpoLibrary", "$id": "NxExpoLibrary",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"description": "Create a Expo Library for Nx.", "description": "Create a Expo Library for Nx.",
"type": "object", "type": "object",
"examples": [ "examples": [

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#applicationGeneratorInternal", "factory": "./src/generators/application/application#applicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "SchematicsNxExpressApp", "$id": "SchematicsNxExpressApp",
"title": "Nx Application Options Schema", "title": "Nx Application Options Schema",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#initGenerator", "factory": "./src/generators/init/init#initGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxExpressInit", "$id": "NxExpressInit",
"title": "Init Express Plugin", "title": "Init Express Plugin",

View File

@ -2,7 +2,7 @@
"name": "configuration", "name": "configuration",
"factory": "./src/generators/configuration/configuration", "factory": "./src/generators/configuration/configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxJestProject", "$id": "NxJestProject",
"cli": "nx", "cli": "nx",
"title": "Add Jest Configuration to a project", "title": "Add Jest Configuration to a project",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#jestInitGenerator", "factory": "./src/generators/init/init#jestInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxJestInit", "$id": "NxJestInit",
"cli": "nx", "cli": "nx",
"title": "Jest init", "title": "Jest init",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"title": "Node executor", "title": "Node executor",
"description": "Execute Nodejs applications.", "description": "Execute Nodejs applications.",

View File

@ -2,7 +2,7 @@
"name": "release-publish", "name": "release-publish",
"implementation": "/packages/js/src/executors/release-publish/release-publish.impl.ts", "implementation": "/packages/js/src/executors/release-publish/release-publish.impl.ts",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"version": 2, "version": 2,
"title": "Implementation details of `nx release publish`", "title": "Implementation details of `nx release publish`",
"description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.", "description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "direct-nodejs", "outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"title": "Typescript Build Target", "title": "Typescript Build Target",
"description": "Builds using SWC.", "description": "Builds using SWC.",

View File

@ -2,7 +2,7 @@
"name": "verdaccio", "name": "verdaccio",
"implementation": "/packages/js/src/executors/verdaccio/verdaccio.impl.ts", "implementation": "/packages/js/src/executors/verdaccio/verdaccio.impl.ts",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"version": 2, "version": 2,
"title": "Verdaccio Local Registry", "title": "Verdaccio Local Registry",
"description": "Start a local registry with Verdaccio.", "description": "Start a local registry with Verdaccio.",

View File

@ -2,7 +2,7 @@
"name": "convert-to-swc", "name": "convert-to-swc",
"factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcGenerator", "factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxTypescriptLibrary", "$id": "NxTypescriptLibrary",
"cli": "nx", "cli": "nx",
"title": "Convert a TSC library to SWC", "title": "Convert a TSC library to SWC",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#initGenerator", "factory": "./src/generators/init/init#initGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxTypescriptInit", "$id": "NxTypescriptInit",
"cli": "nx", "cli": "nx",
"title": "Init nx/js", "title": "Init nx/js",

View File

@ -2,7 +2,7 @@
"name": "library", "name": "library",
"factory": "./src/generators/library/library#libraryGeneratorInternal", "factory": "./src/generators/library/library#libraryGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxTypescriptLibrary", "$id": "NxTypescriptLibrary",
"cli": "nx", "cli": "nx",
"title": "Create a TypeScript Library", "title": "Create a TypeScript Library",

View File

@ -2,7 +2,7 @@
"name": "release-version", "name": "release-version",
"factory": "./src/generators/release-version/release-version#releaseVersionGenerator", "factory": "./src/generators/release-version/release-version#releaseVersionGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxJSReleaseVersionGenerator", "$id": "NxJSReleaseVersionGenerator",
"cli": "nx", "cli": "nx",
"title": "Implementation details of `nx release version`", "title": "Implementation details of `nx release version`",

View File

@ -2,7 +2,7 @@
"name": "setup-build", "name": "setup-build",
"factory": "./src/generators/setup-build/generator", "factory": "./src/generators/setup-build/generator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "SetupBuild", "$id": "SetupBuild",
"title": "Setup Build", "title": "Setup Build",
"description": "Sets up build target for a project.", "description": "Sets up build target for a project.",

View File

@ -2,7 +2,7 @@
"name": "setup-verdaccio", "name": "setup-verdaccio",
"factory": "./src/generators/setup-verdaccio/generator#setupVerdaccio", "factory": "./src/generators/setup-verdaccio/generator#setupVerdaccio",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "SetupVerdaccio", "$id": "SetupVerdaccio",
"title": "Setup Verdaccio", "title": "Setup Verdaccio",
"description": "Setup Verdaccio local-registry.", "description": "Setup Verdaccio local-registry.",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#applicationGeneratorInternal", "factory": "./src/generators/application/application#applicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestApplicationGenerator", "$id": "NxNestApplicationGenerator",
"title": "Nx Application Options Schema", "title": "Nx Application Options Schema",
"description": "Nx Application Options Schema.", "description": "Nx Application Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "class", "name": "class",
"factory": "./src/generators/class/class#classGeneratorInternal", "factory": "./src/generators/class/class#classGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestClassGenerator", "$id": "NxNestClassGenerator",
"title": "Nest Class Options Schema", "title": "Nest Class Options Schema",
"description": "Nest Class Options Schema.", "description": "Nest Class Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "controller", "name": "controller",
"factory": "./src/generators/controller/controller#controllerGeneratorInternal", "factory": "./src/generators/controller/controller#controllerGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestControllerGenerator", "$id": "NxNestControllerGenerator",
"title": "Nest Controller Options Schema", "title": "Nest Controller Options Schema",
"description": "Nest Controller Options Schema.", "description": "Nest Controller Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "decorator", "name": "decorator",
"factory": "./src/generators/decorator/decorator#decoratorGeneratorInternal", "factory": "./src/generators/decorator/decorator#decoratorGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestDecoratorGenerator", "$id": "NxNestDecoratorGenerator",
"title": "Nest Decorator Options Schema", "title": "Nest Decorator Options Schema",
"description": "Nest Decorator Options Schema.", "description": "Nest Decorator Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "filter", "name": "filter",
"factory": "./src/generators/filter/filter#filterGeneratorInternal", "factory": "./src/generators/filter/filter#filterGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestFilterGenerator", "$id": "NxNestFilterGenerator",
"title": "Nest Filter Options Schema", "title": "Nest Filter Options Schema",
"description": "Nest Filter Options Schema.", "description": "Nest Filter Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "gateway", "name": "gateway",
"factory": "./src/generators/gateway/gateway#gatewayGeneratorInternal", "factory": "./src/generators/gateway/gateway#gatewayGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestGatewayGenerator", "$id": "NxNestGatewayGenerator",
"title": "Nest Gateway Options Schema", "title": "Nest Gateway Options Schema",
"description": "Nest Gateway Options Schema.", "description": "Nest Gateway Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "guard", "name": "guard",
"factory": "./src/generators/guard/guard#guardGeneratorInternal", "factory": "./src/generators/guard/guard#guardGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestGuardGenerator", "$id": "NxNestGuardGenerator",
"title": "Nest Guard Options Schema", "title": "Nest Guard Options Schema",
"description": "Nest Guard Options Schema.", "description": "Nest Guard Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init", "factory": "./src/generators/init/init",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestInitGenerator", "$id": "NxNestInitGenerator",
"title": "Init Nest Plugin", "title": "Init Nest Plugin",
"description": "Init Nest Plugin.", "description": "Init Nest Plugin.",

View File

@ -2,7 +2,7 @@
"name": "interceptor", "name": "interceptor",
"factory": "./src/generators/interceptor/interceptor#interceptorGeneratorInternal", "factory": "./src/generators/interceptor/interceptor#interceptorGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestInterceptorGenerator", "$id": "NxNestInterceptorGenerator",
"title": "Nest Interceptor Options Schema", "title": "Nest Interceptor Options Schema",
"description": "Nest Interceptor Options Schema.", "description": "Nest Interceptor Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "interface", "name": "interface",
"factory": "./src/generators/interface/interface#interfaceGeneratorInternal", "factory": "./src/generators/interface/interface#interfaceGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestInterfaceGenerator", "$id": "NxNestInterfaceGenerator",
"title": "Nest Interface Options Schema", "title": "Nest Interface Options Schema",
"description": "Nest Interface Options Schema.", "description": "Nest Interface Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "library", "name": "library",
"factory": "./src/generators/library/library#libraryGeneratorInternal", "factory": "./src/generators/library/library#libraryGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestLibraryGenerator", "$id": "NxNestLibraryGenerator",
"title": "Create a NestJS Library for Nx", "title": "Create a NestJS Library for Nx",
"description": "Create a NestJS Library for Nx.", "description": "Create a NestJS Library for Nx.",

View File

@ -2,7 +2,7 @@
"name": "middleware", "name": "middleware",
"factory": "./src/generators/middleware/middleware#middlewareGeneratorInternal", "factory": "./src/generators/middleware/middleware#middlewareGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestMiddlewareGenerator", "$id": "NxNestMiddlewareGenerator",
"title": "Nest Middleware Options Schema", "title": "Nest Middleware Options Schema",
"description": "Nest Middleware Options Schema.", "description": "Nest Middleware Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "module", "name": "module",
"factory": "./src/generators/module/module#moduleGeneratorInternal", "factory": "./src/generators/module/module#moduleGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestModuleGenerator", "$id": "NxNestModuleGenerator",
"title": "Nest Module Options Schema", "title": "Nest Module Options Schema",
"description": "Nest Module Options Schema.", "description": "Nest Module Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "pipe", "name": "pipe",
"factory": "./src/generators/pipe/pipe#pipeGeneratorInternal", "factory": "./src/generators/pipe/pipe#pipeGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestPipeGenerator", "$id": "NxNestPipeGenerator",
"title": "Nest Pipe Options Schema", "title": "Nest Pipe Options Schema",
"description": "Nest Pipe Options Schema.", "description": "Nest Pipe Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "provider", "name": "provider",
"factory": "./src/generators/provider/provider#providerGeneratorInternal", "factory": "./src/generators/provider/provider#providerGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestProviderGenerator", "$id": "NxNestProviderGenerator",
"title": "Nest Provider Options Schema", "title": "Nest Provider Options Schema",
"description": "Nest Provider Options Schema.", "description": "Nest Provider Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "resolver", "name": "resolver",
"factory": "./src/generators/resolver/resolver#resolverGeneratorInternal", "factory": "./src/generators/resolver/resolver#resolverGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestResolverGenerator", "$id": "NxNestResolverGenerator",
"title": "Nest Resolver Options Schema", "title": "Nest Resolver Options Schema",
"description": "Nest Resolver Options Schema.", "description": "Nest Resolver Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "resource", "name": "resource",
"factory": "./src/generators/resource/resource#resourceGeneratorInternal", "factory": "./src/generators/resource/resource#resourceGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestResourceGenerator", "$id": "NxNestResourceGenerator",
"title": "Nest Resource Options Schema", "title": "Nest Resource Options Schema",
"description": "Nest Resource Options Schema.", "description": "Nest Resource Options Schema.",

View File

@ -2,7 +2,7 @@
"name": "service", "name": "service",
"factory": "./src/generators/service/service#serviceGeneratorInternal", "factory": "./src/generators/service/service#serviceGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNestServiceGenerator", "$id": "NxNestServiceGenerator",
"title": "Nest Service Options Schema", "title": "Nest Service Options Schema",
"description": "Nest Service Options Schema.", "description": "Nest Service Options Schema.",

View File

@ -4,7 +4,7 @@
"schema": { "schema": {
"version": 2, "version": 2,
"outputCapture": "pipe", "outputCapture": "pipe",
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"title": "Next Build", "title": "Next Build",
"description": "Build a Next.js app.", "description": "Build a Next.js app.",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#applicationGeneratorInternal", "factory": "./src/generators/application/application#applicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNextApp", "$id": "NxNextApp",
"title": "Create a Next.js Application for Nx", "title": "Create a Next.js Application for Nx",
@ -40,11 +40,11 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
}, },
{ {
"value": "styled-components", "value": "styled-components",

View File

@ -2,7 +2,7 @@
"name": "component", "name": "component",
"factory": "./src/generators/component/component#componentGeneratorInternal", "factory": "./src/generators/component/component#componentGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNextReactComponent", "$id": "NxNextReactComponent",
"title": "Create a React Component for Next", "title": "Create a React Component for Next",
@ -35,11 +35,11 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
}, },
{ {
"value": "styled-components", "value": "styled-components",

View File

@ -2,7 +2,7 @@
"name": "custom-server", "name": "custom-server",
"factory": "./src/generators/custom-server/custom-server#customServerGenerator", "factory": "./src/generators/custom-server/custom-server#customServerGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNextCustomServer", "$id": "NxNextCustomServer",
"title": "Add custom server", "title": "Add custom server",

View File

@ -2,7 +2,7 @@
"name": "cypress-component-configuration", "name": "cypress-component-configuration",
"factory": "./src/generators/cypress-component-configuration/cypress-component-configuration", "factory": "./src/generators/cypress-component-configuration/cypress-component-configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "CypressComponentConfiguration", "$id": "CypressComponentConfiguration",
"title": "NextJS Component Testing Configuration", "title": "NextJS Component Testing Configuration",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init#nextInitGenerator", "factory": "./src/generators/init/init#nextInitGenerator",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNextNgInit", "$id": "NxNextNgInit",
"title": "Init Next Plugin", "title": "Init Next Plugin",

View File

@ -2,7 +2,7 @@
"name": "library", "name": "library",
"factory": "./src/generators/library/library#libraryGeneratorInternal", "factory": "./src/generators/library/library#libraryGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxReactLibrary", "$id": "NxReactLibrary",
"title": "Create a React Library for Nx", "title": "Create a React Library for Nx",
@ -40,11 +40,11 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
}, },
{ {
"value": "styled-components", "value": "styled-components",

View File

@ -2,7 +2,7 @@
"name": "page", "name": "page",
"factory": "./src/generators/page/page#pageGeneratorInternal", "factory": "./src/generators/page/page#pageGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNextReactPage", "$id": "NxNextReactPage",
"title": "Create a Page for Next", "title": "Create a Page for Next",
@ -46,11 +46,11 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
}, },
{ {
"value": "styled-components", "value": "styled-components",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application#applicationGeneratorInternal", "factory": "./src/generators/application/application#applicationGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "SchematicsNxNodeApp", "$id": "SchematicsNxNodeApp",
"title": "Nx Application Options Schema", "title": "Nx Application Options Schema",

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init", "factory": "./src/generators/init/init",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNodeInit", "$id": "NxNodeInit",
"title": "Init Node Plugin", "title": "Init Node Plugin",

View File

@ -2,7 +2,7 @@
"name": "library", "name": "library",
"factory": "./src/generators/library/library#libraryGeneratorInternal", "factory": "./src/generators/library/library#libraryGeneratorInternal",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNodeLibrary", "$id": "NxNodeLibrary",
"title": "Create a Node Library for Nx", "title": "Create a Node Library for Nx",

View File

@ -2,7 +2,7 @@
"name": "setup-docker", "name": "setup-docker",
"factory": "./src/generators/setup-docker/setup-docker", "factory": "./src/generators/setup-docker/setup-docker",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "SchematicsNxSetupDocker", "$id": "SchematicsNxSetupDocker",
"title": "Nx Node Docker Options Schema", "title": "Nx Node Docker Options Schema",

View File

@ -2,7 +2,7 @@
"name": "application", "name": "application",
"factory": "./src/generators/application/application", "factory": "./src/generators/application/application",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNuxtApp", "$id": "NxNuxtApp",
"title": "Create a Nuxt Application for Nx", "title": "Create a Nuxt Application for Nx",
@ -89,11 +89,11 @@
{ "value": "css", "label": "CSS" }, { "value": "css", "label": "CSS" },
{ {
"value": "scss", "value": "scss",
"label": "SASS(.scss) [ http://sass-lang.com ]" "label": "SASS(.scss) [ https://sass-lang.com ]"
}, },
{ {
"value": "less", "value": "less",
"label": "LESS [ http://lesscss.org ]" "label": "LESS [ https://lesscss.org ]"
}, },
{ "value": "none", "label": "None" } { "value": "none", "label": "None" }
] ]

View File

@ -2,7 +2,7 @@
"name": "init", "name": "init",
"factory": "./src/generators/init/init", "factory": "./src/generators/init/init",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"$id": "NxNuxtInit", "$id": "NxNuxtInit",
"title": "Init Nuxt Plugin", "title": "Init Nuxt Plugin",
"description": "Initialize a Nuxt Plugin.", "description": "Initialize a Nuxt Plugin.",

View File

@ -2,7 +2,7 @@
"name": "storybook-configuration", "name": "storybook-configuration",
"factory": "./src/generators/storybook-configuration/configuration", "factory": "./src/generators/storybook-configuration/configuration",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"cli": "nx", "cli": "nx",
"$id": "NxNuxtStorybookConfigure", "$id": "NxNuxtStorybookConfigure",
"title": "Nuxt Storybook Configure", "title": "Nuxt Storybook Configure",

View File

@ -2,7 +2,7 @@
"name": "connect-to-nx-cloud", "name": "connect-to-nx-cloud",
"factory": "./src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud", "factory": "./src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud",
"schema": { "schema": {
"$schema": "http://json-schema.org/schema", "$schema": "https://json-schema.org/schema",
"id": "NxCloudInit", "id": "NxCloudInit",
"title": "Add Nx Cloud Configuration to the workspace", "title": "Add Nx Cloud Configuration to the workspace",
"description": "Connect a workspace to Nx Cloud.", "description": "Connect a workspace to Nx Cloud.",

Some files were not shown because too many files have changed in this diff Show More