fix(misc): minor fixes in readme files

This commit is contained in:
Nrwl CI Machine 2021-08-09 10:58:26 -04:00
parent e2ffaec791
commit b8aff5e7c3
3 changed files with 8 additions and 20 deletions

View File

@ -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
```

View File

@ -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
```

View File

@ -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.