You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nx/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ npx nx run <app-name>:clean
425
425
You can create a library of NativeScript components or plugins or whatever you'd like.
426
426
427
427
```sh
428
-
npx nx g @nativescript/nx:lib buttons
428
+
npx nx g @nativescript/nx:library buttons
429
429
```
430
430
431
431
This will generate a `nativescript-buttons` library where you could build out an entire suite of button behaviors and styles for your NativeScript apps.
@@ -441,7 +441,7 @@ The NativeScript Nx plugin will prefix libraries by default to help distinguish
441
441
If you prefer you can also provide a flag to suffix instead:
442
442
443
443
```sh
444
-
npx nx g @nativescript/nx:lib buttons --groupByName
444
+
npx nx g @nativescript/nx:library buttons --groupByName
445
445
```
446
446
447
447
Which would generate a `buttons-nativescript` library.
0 commit comments