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.
- package/README.md +3 -1
- 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
|