Skip to content

Commit

Permalink
fix(misc): rename @nrwl/* to @nx/* in init generator descriptions (#2…
Browse files Browse the repository at this point in the history
…6610)

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 #

(cherry picked from commit 86954ae)
  • Loading branch information
jaysoo authored and FrozenPandaz committed Jun 21, 2024
1 parent 4ac0a71 commit 6b8878e
Show file tree
Hide file tree
Showing 24 changed files with 44 additions and 44 deletions.
22 changes: 11 additions & 11 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
},
"generators": {
"/nx-api/cypress/generators/init": {
"description": "Initialize the `@nrwl/cypress` plugin.",
"description": "Initialize the `@nx/cypress` plugin.",
"file": "generated/packages/cypress/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -591,7 +591,7 @@
},
"generators": {
"/nx-api/detox/generators/init": {
"description": "Initialize the `@nrwl/detox` plugin.",
"description": "Initialize the `@nx/detox` plugin.",
"file": "generated/packages/detox/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -679,7 +679,7 @@
},
"generators": {
"/nx-api/esbuild/generators/init": {
"description": "Initialize the `@nrwl/esbuild` plugin.",
"description": "Initialize the `@nx/esbuild` plugin.",
"file": "generated/packages/esbuild/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1018,7 +1018,7 @@
"executors": {},
"generators": {
"/nx-api/express/generators/init": {
"description": "Initialize the `@nrwl/express` plugin.",
"description": "Initialize the `@nx/express` plugin.",
"file": "generated/packages/express/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1114,7 +1114,7 @@
},
"generators": {
"/nx-api/jest/generators/init": {
"description": "Initialize the `@nrwl/jest` plugin.",
"description": "Initialize the `@nx/jest` plugin.",
"file": "generated/packages/jest/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1300,7 +1300,7 @@
"type": "generator"
},
"/nx-api/nest/generators/init": {
"description": "Initialize the `@nrwl/nest` plugin.",
"description": "Initialize the `@nx/nest` plugin.",
"file": "generated/packages/nest/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1506,7 +1506,7 @@
},
"generators": {
"/nx-api/next/generators/init": {
"description": "Initialize the `@nrwl/next` plugin.",
"description": "Initialize the `@nx/next` plugin.",
"file": "generated/packages/next/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1594,7 +1594,7 @@
"executors": {},
"generators": {
"/nx-api/node/generators/init": {
"description": "Initialize the `@nrwl/node` plugin.",
"description": "Initialize the `@nx/node` plugin.",
"file": "generated/packages/node/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -2178,7 +2178,7 @@
},
"generators": {
"/nx-api/react/generators/init": {
"description": "Initialize the `@nrwl/react` plugin.",
"description": "Initialize the `@nx/react` plugin.",
"file": "generated/packages/react/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -2739,7 +2739,7 @@
},
"generators": {
"/nx-api/rollup/generators/init": {
"description": "Initialize the `@nrwl/rollup` plugin.",
"description": "Initialize the `@nx/rollup` plugin.",
"file": "generated/packages/rollup/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -3172,7 +3172,7 @@
},
"generators": {
"/nx-api/webpack/generators/init": {
"description": "Initialize the `@nrwl/webpack` plugin.",
"description": "Initialize the `@nx/webpack` plugin.",
"file": "generated/packages/webpack/generators/init.json",
"hidden": true,
"name": "init",
Expand Down
22 changes: 11 additions & 11 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/cypress` plugin.",
"description": "Initialize the `@nx/cypress` plugin.",
"file": "generated/packages/cypress/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -582,7 +582,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/detox` plugin.",
"description": "Initialize the `@nx/detox` plugin.",
"file": "generated/packages/detox/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -668,7 +668,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/esbuild` plugin.",
"description": "Initialize the `@nx/esbuild` plugin.",
"file": "generated/packages/esbuild/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1003,7 +1003,7 @@
"executors": [],
"generators": [
{
"description": "Initialize the `@nrwl/express` plugin.",
"description": "Initialize the `@nx/express` plugin.",
"file": "generated/packages/express/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1097,7 +1097,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/jest` plugin.",
"description": "Initialize the `@nx/jest` plugin.",
"file": "generated/packages/jest/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1281,7 +1281,7 @@
"type": "generator"
},
{
"description": "Initialize the `@nrwl/nest` plugin.",
"description": "Initialize the `@nx/nest` plugin.",
"file": "generated/packages/nest/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1486,7 +1486,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/next` plugin.",
"description": "Initialize the `@nx/next` plugin.",
"file": "generated/packages/next/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -1573,7 +1573,7 @@
"executors": [],
"generators": [
{
"description": "Initialize the `@nrwl/node` plugin.",
"description": "Initialize the `@nx/node` plugin.",
"file": "generated/packages/node/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -2152,7 +2152,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/react` plugin.",
"description": "Initialize the `@nx/react` plugin.",
"file": "generated/packages/react/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -2710,7 +2710,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/rollup` plugin.",
"description": "Initialize the `@nx/rollup` plugin.",
"file": "generated/packages/rollup/generators/init.json",
"hidden": true,
"name": "init",
Expand Down Expand Up @@ -3137,7 +3137,7 @@
],
"generators": [
{
"description": "Initialize the `@nrwl/webpack` plugin.",
"description": "Initialize the `@nx/webpack` plugin.",
"file": "generated/packages/webpack/generators/init.json",
"hidden": true,
"name": "init",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/cypress/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"presets": []
},
"description": "Initialize the `@nrwl/cypress` plugin.",
"description": "Initialize the `@nx/cypress` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/cypress/src/generators/init/init#cypressInitGeneratorInternal.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/detox/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/detox` plugin.",
"description": "Initialize the `@nx/detox` plugin.",
"hidden": true,
"implementation": "/packages/detox/src/generators/init/init#detoxInitGeneratorInternal.ts",
"aliases": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/esbuild/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/esbuild` plugin.",
"description": "Initialize the `@nx/esbuild` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/esbuild/src/generators/init/init#esbuildInitGenerator.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/express/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/express` plugin.",
"description": "Initialize the `@nx/express` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/express/src/generators/init/init#initGenerator.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/jest/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/jest` plugin.",
"description": "Initialize the `@nx/jest` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/jest/src/generators/init/init#jestInitGeneratorInternal.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/nest/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/nest` plugin.",
"description": "Initialize the `@nx/nest` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/nest/src/generators/init/init.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/next/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/next` plugin.",
"description": "Initialize the `@nx/next` plugin.",
"hidden": true,
"implementation": "/packages/next/src/generators/init/init#nextInitGeneratorInternal.ts",
"aliases": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/node/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/node` plugin.",
"description": "Initialize the `@nx/node` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/node/src/generators/init/init.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/react/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/react` plugin.",
"description": "Initialize the `@nx/react` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/react/src/generators/init/init#reactInitGenerator.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/rollup/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/rollup` plugin.",
"description": "Initialize the `@nx/rollup` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/rollup/src/generators/init/init#rollupInitGenerator.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/webpack/generators/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"required": [],
"presets": []
},
"description": "Initialize the `@nrwl/webpack` plugin.",
"description": "Initialize the `@nx/webpack` plugin.",
"aliases": ["ng-add"],
"hidden": true,
"implementation": "/packages/webpack/src/generators/init/init#webpackInitGeneratorInternal.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"init": {
"factory": "./src/generators/init/init#cypressInitGeneratorInternal",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/cypress` plugin.",
"description": "Initialize the `@nx/cypress` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/detox/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"init": {
"factory": "./src/generators/init/init#detoxInitGeneratorInternal",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/detox` plugin.",
"description": "Initialize the `@nx/detox` plugin.",
"hidden": true
},
"application": {
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"init": {
"factory": "./src/generators/init/init#esbuildInitGenerator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/esbuild` plugin.",
"description": "Initialize the `@nx/esbuild` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/express/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"init": {
"factory": "./src/generators/init/init#initGenerator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/express` plugin.",
"description": "Initialize the `@nx/express` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"init": {
"factory": "./src/generators/init/init#jestInitGeneratorInternal",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/jest` plugin.",
"description": "Initialize the `@nx/jest` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"init": {
"factory": "./src/generators/init/init",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/nest` plugin.",
"description": "Initialize the `@nx/nest` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"init": {
"factory": "./src/generators/init/init#nextInitGeneratorInternal",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/next` plugin.",
"description": "Initialize the `@nx/next` plugin.",
"hidden": true
},
"application": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"init": {
"factory": "./src/generators/init/init",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/node` plugin.",
"description": "Initialize the `@nx/node` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"init": {
"factory": "./src/generators/init/init#reactInitGenerator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/react` plugin.",
"description": "Initialize the `@nx/react` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"init": {
"factory": "./src/generators/init/init#rollupInitGenerator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/rollup` plugin.",
"description": "Initialize the `@nx/rollup` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"init": {
"factory": "./src/generators/init/init#webpackInitGeneratorInternal",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the `@nrwl/webpack` plugin.",
"description": "Initialize the `@nx/webpack` plugin.",
"aliases": ["ng-add"],
"hidden": true
},
Expand Down

0 comments on commit 6b8878e

Please sign in to comment.