@nstudio/xplat-utils
Advanced tools
Comparing version 16.5.1 to 16.5.2
{ | ||
"name": "@nstudio/xplat-utils", | ||
"version": "16.5.1", | ||
"version": "16.5.2", | ||
"description": "Utilities for xplat tooling.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nstudio.io/xplat", |
@@ -25,3 +25,3 @@ <h1 align="center">Cross-platform (xplat) tools for Nx workspaces</h1> | ||
``` | ||
```sh | ||
npx create-nx-workspace@latest | ||
@@ -31,3 +31,3 @@ | ||
// 1. Choose "None" at the prompt: | ||
# Choose "None" | ||
@@ -37,14 +37,28 @@ ? Which stack do you want to use? … | ||
// 2. Choose "Integrated" at the prompt: | ||
# Choose "Integrated" | ||
? Package-based or integrated? … | ||
Integrated: Nx creates a workspace structure most suitable for building apps. | ||
Integrated: Nx creates a workspace structure most suitable for building apps. | ||
``` | ||
Install the tools: | ||
### Init workspace | ||
Install the @nx/js plugin. | ||
```sh | ||
npm install @nx/js -D | ||
``` | ||
npm i @nstudio/xplat -D | ||
Now initialize -- This will ensure a `tsconfig.base.json` is created to begin building your workspace. | ||
```sh | ||
npx nx g @nx/js:init | ||
``` | ||
### Install the tools: | ||
``` | ||
npm install @nstudio/xplat -D | ||
``` | ||
You are now ready to create apps: | ||
@@ -59,3 +73,3 @@ | ||
``` | ||
npx create-nx-workspace@14.1.7 | ||
npx create-nx-workspace@16.5.0 | ||
``` | ||
@@ -62,0 +76,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22660
194