From 9f41b6e18fc34a2c0e54325d627a89c80c748260 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:36:16 -0400 Subject: [PATCH] docs(core): add description to express package (#9530) --- docs/generated/packages/express.json | 6 +++--- packages/express/generators.json | 8 ++++---- packages/express/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/generated/packages/express.json b/docs/generated/packages/express.json index b098f89c6c..f29a170799 100644 --- a/docs/generated/packages/express.json +++ b/docs/generated/packages/express.json @@ -1,7 +1,7 @@ { "githubRoot": "https://github.com/nrwl/nx/blob/master", "name": "express", - "description": "Express Plugin for Nx", + "description": "The Nx Plugin for Express that contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.", "root": "/packages/express", "source": "/packages/express/src", "generators": [ @@ -31,7 +31,7 @@ "required": [], "presets": [] }, - "description": "Initialize the @nrwl/express plugin", + "description": "Initialize the `@nrwl/express` plugin.", "aliases": ["ng-add"], "hidden": true, "implementation": "/packages/express/src/generators/init/init#initGenerator.ts", @@ -120,7 +120,7 @@ }, "aliases": ["app"], "x-type": "application", - "description": "Create an express application", + "description": "Create an Express application.", "implementation": "/packages/express/src/generators/application/application#applicationGenerator.ts", "hidden": false, "path": "/packages/express/src/generators/application/schema.json" diff --git a/packages/express/generators.json b/packages/express/generators.json index 2de521a54a..d6811ef8fe 100644 --- a/packages/express/generators.json +++ b/packages/express/generators.json @@ -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 `@nrwl/express` plugin.", "aliases": ["ng-add"], "hidden": true }, @@ -16,14 +16,14 @@ "schema": "./src/generators/application/schema.json", "aliases": ["app"], "x-type": "application", - "description": "Create an express application" + "description": "Create an Express application." } }, "schematics": { "init": { "factory": "./src/generators/init/init#initSchematic", "schema": "./src/generators/init/schema.json", - "description": "Initialize the @nrwl/express plugin", + "description": "Initialize the `@nrwl/express` plugin.", "aliases": ["ng-add"], "hidden": true }, @@ -33,7 +33,7 @@ "schema": "./src/generators/application/schema.json", "aliases": ["app"], "x-type": "application", - "description": "Create an express application" + "description": "Create an Express application." } } } diff --git a/packages/express/package.json b/packages/express/package.json index 0bd0a47f10..4b096889d1 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@nrwl/express", "version": "0.0.1", - "description": "Express Plugin for Nx", + "description": "The Nx Plugin for Express that contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git",