fix(misc): minor fixes in readme files
This commit is contained in:
parent
e2ffaec791
commit
b8aff5e7c3
@ -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
|
||||
```
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user