chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
## Examples
|
||||
|
||||
##### Create app in a nested directory
|
||||
|
||||
```shell
|
||||
nx g app apps/nested/myapp
|
||||
```
|
||||
|
||||
##### Use a custom Express server
|
||||
|
||||
```shell
|
||||
nx g app apps/myapp --custom-server
|
||||
```
|
||||
|
||||
##### Use plain JavaScript (not TypeScript)
|
||||
|
||||
```shell
|
||||
nx g app apps/myapp --js
|
||||
```
|
||||
Reference in New Issue
Block a user