@nuvio/cli 0.5.5 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # @nuvio/cli
2
2
 
3
- One-command onboarding for nuvio in Vite + React + Tailwind projects.
3
+ Onboarding and diagnostics for nuvio in Vite + React + Tailwind projects.
4
4
 
5
5
  ```bash
6
- pnpm dlx @nuvio/cli init
6
+ pnpm dlx @nuvio/cli init --yes
7
7
  pnpm dev
8
8
  ```
9
9
 
10
- See [nuvio docs](https://github.com/ehah/Nuvio/blob/main/docs/nuvioUser.md).
10
+ **Commands:** `init` · `doctor` · `scan` · `stats`
11
+
12
+ See [nuvio user guide](https://github.com/ehah/Nuvio/blob/main/docs/nuvioUser.md) and [1.0 release notes](https://github.com/ehah/Nuvio/blob/main/docs/nuvio_v1.0.md).
11
13
 
12
14
  ## Telemetry
13
15