boo-flash 0.1.5 → 0.1.7

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 (3) hide show
  1. package/README.md +13 -0
  2. package/dist/app.js +395 -514
  3. package/package.json +2 -3
package/README.md CHANGED
@@ -20,8 +20,21 @@ 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
+
23
25
  Requires Node.js 26.4+ or Bun 1.4+.
24
26
 
27
+ ## Development
28
+
29
+ From this directory, run `bun install --frozen-lockfile`, then `bun scripts/preview.tsx`
30
+ for a non-writing UI preview. It renders the same app with a separate fixture backend;
31
+ the preview label belongs to the development runner, not the app. The runner and
32
+ fixtures are neither bundled nor published. The installed CLI has no demo mode.
33
+
34
+ Run `bun run typecheck`, `bun run test` and `bun run test:package` for verification.
35
+ Package smoke tests start the real app and quit without selecting a drive; UI flow
36
+ tests supply their own backend.
37
+
25
38
  ## License
26
39
 
27
40
  MIT © 2026 Anomaly