fix(misc): rename @nrwl/* to @nx/* in init generator descriptions (#26610)
We forgot to rename these in the init generator descriptions. This affects tutorials since we've been including the terminal output with the wrong scope. ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
bb3658a809
commit
86954ae96b
@ -502,7 +502,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/cypress/generators/init": {
|
"/nx-api/cypress/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/cypress` plugin.",
|
"description": "Initialize the `@nx/cypress` plugin.",
|
||||||
"file": "generated/packages/cypress/generators/init.json",
|
"file": "generated/packages/cypress/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -591,7 +591,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/detox/generators/init": {
|
"/nx-api/detox/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
"description": "Initialize the `@nx/detox` plugin.",
|
||||||
"file": "generated/packages/detox/generators/init.json",
|
"file": "generated/packages/detox/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -679,7 +679,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/esbuild/generators/init": {
|
"/nx-api/esbuild/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/esbuild` plugin.",
|
"description": "Initialize the `@nx/esbuild` plugin.",
|
||||||
"file": "generated/packages/esbuild/generators/init.json",
|
"file": "generated/packages/esbuild/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1018,7 +1018,7 @@
|
|||||||
"executors": {},
|
"executors": {},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/express/generators/init": {
|
"/nx-api/express/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/express` plugin.",
|
"description": "Initialize the `@nx/express` plugin.",
|
||||||
"file": "generated/packages/express/generators/init.json",
|
"file": "generated/packages/express/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1114,7 +1114,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/jest/generators/init": {
|
"/nx-api/jest/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/jest` plugin.",
|
"description": "Initialize the `@nx/jest` plugin.",
|
||||||
"file": "generated/packages/jest/generators/init.json",
|
"file": "generated/packages/jest/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1309,7 +1309,7 @@
|
|||||||
"type": "generator"
|
"type": "generator"
|
||||||
},
|
},
|
||||||
"/nx-api/nest/generators/init": {
|
"/nx-api/nest/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/nest` plugin.",
|
"description": "Initialize the `@nx/nest` plugin.",
|
||||||
"file": "generated/packages/nest/generators/init.json",
|
"file": "generated/packages/nest/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1515,7 +1515,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/next/generators/init": {
|
"/nx-api/next/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/next` plugin.",
|
"description": "Initialize the `@nx/next` plugin.",
|
||||||
"file": "generated/packages/next/generators/init.json",
|
"file": "generated/packages/next/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1603,7 +1603,7 @@
|
|||||||
"executors": {},
|
"executors": {},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/node/generators/init": {
|
"/nx-api/node/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/node` plugin.",
|
"description": "Initialize the `@nx/node` plugin.",
|
||||||
"file": "generated/packages/node/generators/init.json",
|
"file": "generated/packages/node/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -2187,7 +2187,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/react/generators/init": {
|
"/nx-api/react/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/react` plugin.",
|
"description": "Initialize the `@nx/react` plugin.",
|
||||||
"file": "generated/packages/react/generators/init.json",
|
"file": "generated/packages/react/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -2748,7 +2748,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/rollup/generators/init": {
|
"/nx-api/rollup/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/rollup` plugin.",
|
"description": "Initialize the `@nx/rollup` plugin.",
|
||||||
"file": "generated/packages/rollup/generators/init.json",
|
"file": "generated/packages/rollup/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -3199,7 +3199,7 @@
|
|||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
"/nx-api/webpack/generators/init": {
|
"/nx-api/webpack/generators/init": {
|
||||||
"description": "Initialize the `@nrwl/webpack` plugin.",
|
"description": "Initialize the `@nx/webpack` plugin.",
|
||||||
"file": "generated/packages/webpack/generators/init.json",
|
"file": "generated/packages/webpack/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
|
|||||||
@ -494,7 +494,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/cypress` plugin.",
|
"description": "Initialize the `@nx/cypress` plugin.",
|
||||||
"file": "generated/packages/cypress/generators/init.json",
|
"file": "generated/packages/cypress/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -582,7 +582,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
"description": "Initialize the `@nx/detox` plugin.",
|
||||||
"file": "generated/packages/detox/generators/init.json",
|
"file": "generated/packages/detox/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -668,7 +668,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/esbuild` plugin.",
|
"description": "Initialize the `@nx/esbuild` plugin.",
|
||||||
"file": "generated/packages/esbuild/generators/init.json",
|
"file": "generated/packages/esbuild/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1003,7 +1003,7 @@
|
|||||||
"executors": [],
|
"executors": [],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/express` plugin.",
|
"description": "Initialize the `@nx/express` plugin.",
|
||||||
"file": "generated/packages/express/generators/init.json",
|
"file": "generated/packages/express/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1097,7 +1097,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/jest` plugin.",
|
"description": "Initialize the `@nx/jest` plugin.",
|
||||||
"file": "generated/packages/jest/generators/init.json",
|
"file": "generated/packages/jest/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1290,7 +1290,7 @@
|
|||||||
"type": "generator"
|
"type": "generator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/nest` plugin.",
|
"description": "Initialize the `@nx/nest` plugin.",
|
||||||
"file": "generated/packages/nest/generators/init.json",
|
"file": "generated/packages/nest/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1495,7 +1495,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/next` plugin.",
|
"description": "Initialize the `@nx/next` plugin.",
|
||||||
"file": "generated/packages/next/generators/init.json",
|
"file": "generated/packages/next/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -1582,7 +1582,7 @@
|
|||||||
"executors": [],
|
"executors": [],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/node` plugin.",
|
"description": "Initialize the `@nx/node` plugin.",
|
||||||
"file": "generated/packages/node/generators/init.json",
|
"file": "generated/packages/node/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -2161,7 +2161,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/react` plugin.",
|
"description": "Initialize the `@nx/react` plugin.",
|
||||||
"file": "generated/packages/react/generators/init.json",
|
"file": "generated/packages/react/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -2719,7 +2719,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/rollup` plugin.",
|
"description": "Initialize the `@nx/rollup` plugin.",
|
||||||
"file": "generated/packages/rollup/generators/init.json",
|
"file": "generated/packages/rollup/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
@ -3164,7 +3164,7 @@
|
|||||||
],
|
],
|
||||||
"generators": [
|
"generators": [
|
||||||
{
|
{
|
||||||
"description": "Initialize the `@nrwl/webpack` plugin.",
|
"description": "Initialize the `@nx/webpack` plugin.",
|
||||||
"file": "generated/packages/webpack/generators/init.json",
|
"file": "generated/packages/webpack/generators/init.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "init",
|
"name": "init",
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/cypress` plugin.",
|
"description": "Initialize the `@nx/cypress` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/cypress/src/generators/init/init#cypressInitGeneratorInternal.ts",
|
"implementation": "/packages/cypress/src/generators/init/init#cypressInitGeneratorInternal.ts",
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
"description": "Initialize the `@nx/detox` plugin.",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/detox/src/generators/init/init#detoxInitGeneratorInternal.ts",
|
"implementation": "/packages/detox/src/generators/init/init#detoxInitGeneratorInternal.ts",
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/esbuild` plugin.",
|
"description": "Initialize the `@nx/esbuild` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/esbuild/src/generators/init/init#esbuildInitGenerator.ts",
|
"implementation": "/packages/esbuild/src/generators/init/init#esbuildInitGenerator.ts",
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/express` plugin.",
|
"description": "Initialize the `@nx/express` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/express/src/generators/init/init#initGenerator.ts",
|
"implementation": "/packages/express/src/generators/init/init#initGenerator.ts",
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/jest` plugin.",
|
"description": "Initialize the `@nx/jest` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/jest/src/generators/init/init#jestInitGeneratorInternal.ts",
|
"implementation": "/packages/jest/src/generators/init/init#jestInitGeneratorInternal.ts",
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/nest` plugin.",
|
"description": "Initialize the `@nx/nest` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/nest/src/generators/init/init.ts",
|
"implementation": "/packages/nest/src/generators/init/init.ts",
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/next` plugin.",
|
"description": "Initialize the `@nx/next` plugin.",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/next/src/generators/init/init#nextInitGeneratorInternal.ts",
|
"implementation": "/packages/next/src/generators/init/init#nextInitGeneratorInternal.ts",
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/node` plugin.",
|
"description": "Initialize the `@nx/node` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/node/src/generators/init/init.ts",
|
"implementation": "/packages/node/src/generators/init/init.ts",
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/react` plugin.",
|
"description": "Initialize the `@nx/react` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/react/src/generators/init/init#reactInitGenerator.ts",
|
"implementation": "/packages/react/src/generators/init/init#reactInitGenerator.ts",
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/rollup` plugin.",
|
"description": "Initialize the `@nx/rollup` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/rollup/src/generators/init/init#rollupInitGenerator.ts",
|
"implementation": "/packages/rollup/src/generators/init/init#rollupInitGenerator.ts",
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"presets": []
|
"presets": []
|
||||||
},
|
},
|
||||||
"description": "Initialize the `@nrwl/webpack` plugin.",
|
"description": "Initialize the `@nx/webpack` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"implementation": "/packages/webpack/src/generators/init/init#webpackInitGeneratorInternal.ts",
|
"implementation": "/packages/webpack/src/generators/init/init#webpackInitGeneratorInternal.ts",
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#cypressInitGeneratorInternal",
|
"factory": "./src/generators/init/init#cypressInitGeneratorInternal",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/cypress` plugin.",
|
"description": "Initialize the `@nx/cypress` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#detoxInitGeneratorInternal",
|
"factory": "./src/generators/init/init#detoxInitGeneratorInternal",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/detox` plugin.",
|
"description": "Initialize the `@nx/detox` plugin.",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#esbuildInitGenerator",
|
"factory": "./src/generators/init/init#esbuildInitGenerator",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/esbuild` plugin.",
|
"description": "Initialize the `@nx/esbuild` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#initGenerator",
|
"factory": "./src/generators/init/init#initGenerator",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/express` plugin.",
|
"description": "Initialize the `@nx/express` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#jestInitGeneratorInternal",
|
"factory": "./src/generators/init/init#jestInitGeneratorInternal",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/jest` plugin.",
|
"description": "Initialize the `@nx/jest` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init",
|
"factory": "./src/generators/init/init",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/nest` plugin.",
|
"description": "Initialize the `@nx/nest` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#nextInitGeneratorInternal",
|
"factory": "./src/generators/init/init#nextInitGeneratorInternal",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/next` plugin.",
|
"description": "Initialize the `@nx/next` plugin.",
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init",
|
"factory": "./src/generators/init/init",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/node` plugin.",
|
"description": "Initialize the `@nx/node` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#reactInitGenerator",
|
"factory": "./src/generators/init/init#reactInitGenerator",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/react` plugin.",
|
"description": "Initialize the `@nx/react` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#rollupInitGenerator",
|
"factory": "./src/generators/init/init#rollupInitGenerator",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/rollup` plugin.",
|
"description": "Initialize the `@nx/rollup` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"factory": "./src/generators/init/init#webpackInitGeneratorInternal",
|
"factory": "./src/generators/init/init#webpackInitGeneratorInternal",
|
||||||
"schema": "./src/generators/init/schema.json",
|
"schema": "./src/generators/init/schema.json",
|
||||||
"description": "Initialize the `@nrwl/webpack` plugin.",
|
"description": "Initialize the `@nx/webpack` plugin.",
|
||||||
"aliases": ["ng-add"],
|
"aliases": ["ng-add"],
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user