Skip to content

Commit 2a37b26

Browse files
committed
chore: cleanup
1 parent 5090bef commit 2a37b26

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/nx/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
- [Getting started](#getting-started)
19-
- [Create a new Nx workspace:](#create-a-new-nx-workspace)
19+
- [Create a new Nx workspace](#create-a-new-nx-workspace)
2020
- [Install NativeScript plugin](#install-nativescript-plugin)
2121
- [Create an app](#create-an-app)
2222
- [`--framework [angular]`](#--framework-angular)
@@ -31,7 +31,7 @@
3131

3232
## Getting started
3333

34-
### Create a new Nx workspace:
34+
### Create a new Nx workspace
3535

3636
```sh
3737
npx create-nx-workspace --cli=nx --preset=empty
@@ -63,7 +63,11 @@ The NativeScript Nx plugin will prefix apps by default to help distinguish them
6363

6464
#### `--framework [angular]`
6565

66-
By default a "vanilla" NativeScript app will be generated using xml view files. Use this option to create a specific frontend framework integration app.
66+
Use this option to create a specific frontend framework integration app.
67+
68+
By default a "vanilla" NativeScript app will be generated using xml view files.
69+
70+
This setting will be saved with plugin settings the first time it's used to automatically choose this frontend framework integration for subsequent usages and with other generators without having to specify the flag again.
6771

6872
#### `--groupByName`
6973

packages/nx/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"keywords": [
1010
"Monorepo",
11+
"Nx",
1112
"NativeScript",
1213
"Mobile",
1314
"iOS",

0 commit comments

Comments
 (0)