From b8aff5e7c3460a6df5b3c1f886cf7dc1450b3b9c Mon Sep 17 00:00:00 2001 From: Nrwl CI Machine Date: Mon, 9 Aug 2021 10:58:26 -0400 Subject: [PATCH] fix(misc): minor fixes in readme files --- packages/express/README.md | 16 +--------------- packages/nest/README.md | 2 +- scripts/readme-fragments/getting-started.md | 10 ++++++---- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/packages/express/README.md b/packages/express/README.md index d9df5068d6..d90bab83c9 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -10,23 +10,9 @@ {{getting-started}} -``` -? What to create in the new workspace (Use arrow keys) -❯ empty [an empty workspace with a layout that works best for building apps] - oss [an empty workspace with a layout that works best for open-source projects] - web components [a workspace with a single app built using web components] - angular [a workspace with a single Angular application] - angular-nest [a workspace with a full stack application (Angular + Nest)] - react [a workspace with a single React application] - react-express [a workspace with a full stack application (React + Express)] - next.js [a workspace with a single Next.js application] -``` - -Select the preset that works best for you. - ``` ? Workspace name (e.g., org name) happyorg -? What to create in the new workspace react-preset [a workspace with a full stack application (React + Express)] +? What to create in the new workspace express ? Application name myapp ? Default stylesheet format CSS ``` diff --git a/packages/nest/README.md b/packages/nest/README.md index 9e80309d83..c2f5d84019 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -12,7 +12,7 @@ ``` ? Workspace name (e.g., org name) happyorg -? What to create in the new workspace angular-preset [a workspace with a full stack application (Angular + Nest)] +? What to create in the new workspace nest ? Application name myapp ? Default stylesheet format CSS ``` diff --git a/scripts/readme-fragments/getting-started.md b/scripts/readme-fragments/getting-started.md index 6a573cac8d..c02c100808 100644 --- a/scripts/readme-fragments/getting-started.md +++ b/scripts/readme-fragments/getting-started.md @@ -26,12 +26,14 @@ The `create-nx-workspace` command will ask you to select a preset, which will co ? What to create in the new workspace (Use arrow keys) ❯ empty [an empty workspace with a layout that works best for building apps] oss [an empty workspace with a layout that works best for open-source projects] - web components [a workspace with a single app built using web components] - angular [a workspace with a single Angular application] - angular-nest [a workspace with a full stack application (Angular + Nest)] react [a workspace with a single React application] - react-express [a workspace with a full stack application (React + Express)] next.js [a workspace with a single Next.js application] + angular [a workspace with a single Angular application] + express [a workspace with a single Express application] + nest [a workspace with a single Nest application] + react-express [a workspace with a full stack application (React + Express)] + angular-nest [a workspace with a full stack application (Angular + Nest)] + web components [a workspace with a single app built using web components] ``` Select the preset that works best for you.