gui4cli 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  Turn a Node.js CLI script into a desktop form. Inputs, a Run button, and live output. The original file is unchanged.
4
4
 
5
+ The window is a [windowd](https://www.npmjs.com/package/windowd) app. The first launch downloads about 200 MB of NW.js. `--build` writes a reusable windowd folder, not an installer.
6
+
5
7
  **Docs:** [gui4cli.dev/docs](https://gui4cli.dev/docs) · **Site:** [gui4cli.dev](https://gui4cli.dev) · **GitHub:** [Catalyst-Forge-LLC/gui4cli](https://github.com/Catalyst-Forge-LLC/gui4cli)
6
8
 
7
9
  ## Install
8
10
 
9
- Requires **Node.js 20+**.
11
+ Requires **Node.js 20+**. Expect a one-time NW.js download on the first window.
10
12
 
11
13
  ```bash
12
14
  npx gui4cli my-script.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gui4cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Turn a Node.js CLI script into a desktop form. Inputs, Run, live output. The original file is unchanged.",
5
5
  "type": "module",
6
6
  "bin": {