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": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"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).",
"cli": "nx",

View File

@ -4,7 +4,7 @@
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"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.",
"cli": "nx",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
"name": "storybook-configuration",
"factory": "./src/generators/storybook-configuration/storybook-configuration",
"schema": {
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"$id": "NxAngularStorybookConfigurationGenerator",
"title": "Adds Storybook configuration to a project.",
"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"],
"factory": "./src/generators/component-configuration/component-configuration",
"schema": {
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"$id": "NxCypressComponentConfiguration",
"cli": "nx",
"title": "Set up Cypress component testing for a project",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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