boo-flash 0.1.8 → 0.1.9
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 +9 -12
- package/dist/app.js +647 -393
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -20,23 +20,20 @@ bunx boo-flash
|
|
|
20
20
|
|
|
21
21
|
Choose the target computer’s GPU and USB drive. Boo Flash downloads and verifies the latest qualified image, then erases and writes the selected drive.
|
|
22
22
|
|
|
23
|
-
You can also choose a candidate. The selected version, candidate number (when applicable), and GPU stay visible through flashing and on the result screen.
|
|
24
|
-
|
|
25
|
-
Boo Flash's own package version is shown in the bottom-right footer. A compact
|
|
26
|
-
Unicode Boo logo appears above the flash box when there is room without shrinking it.
|
|
27
|
-
|
|
28
23
|
Requires Node.js 26.4+ or Bun 1.4+.
|
|
29
24
|
|
|
30
25
|
## Development
|
|
31
26
|
|
|
32
|
-
From
|
|
33
|
-
for a non-writing UI preview. It renders the same app with a separate fixture backend;
|
|
34
|
-
the preview label belongs to the development runner, not the app. The runner and
|
|
35
|
-
fixtures are neither bundled nor published. The installed CLI has no demo mode.
|
|
27
|
+
From the repository root:
|
|
36
28
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
29
|
+
```sh
|
|
30
|
+
bun install --frozen-lockfile
|
|
31
|
+
cd tools/boo-flash
|
|
32
|
+
bun scripts/preview.tsx # non-writing preview
|
|
33
|
+
bun run typecheck
|
|
34
|
+
bun run test
|
|
35
|
+
bun run test:package
|
|
36
|
+
```
|
|
40
37
|
|
|
41
38
|
## License
|
|
42
39
|
|