Summary
The bwcli attach subcommand with its REPL and screenshot capabilities is a major differentiator vs plain npx serve, but the README doesn't surface this well. Users may not realize bwcli can:
- Remote-debug any page it serves via
bwcli attach
- Take element-level screenshots (
/screenshot .my-component card.png)
- Take page-level screenshots (
/screenshot body page.png)
- Inspect DOM, patch elements, listen to events — all from the terminal
The --help output documents these features well, but the GitHub README (which is most users' first touchpoint) buries them.
Suggested improvements
-
README.md — Add a dedicated "Remote Debugging & Screenshots" section (or similar) near the top feature list, with examples like:
bwcli attach --allow-screenshot
bw> /screenshot body page.png # full-page capture
bw> /screenshot .my-card card.png # element-level capture
bw> /inspect #app 2 # DOM tree summary
-
README.md — In the intro/tagline, position bwcli as more than a file converter — emphasize it as a dev server with remote debugging (a better npx serve).
-
README.md — Link to docs/bw-attach.md prominently from the feature list.
Context
The CLI help (bwcli attach --help) already has excellent documentation of REPL commands and workflows. The gap is just in the README discoverability.
🤖 Generated with Claude Code
Summary
The
bwcli attachsubcommand with its REPL and screenshot capabilities is a major differentiator vs plainnpx serve, but the README doesn't surface this well. Users may not realize bwcli can:bwcli attach/screenshot .my-component card.png)/screenshot body page.png)The
--helpoutput documents these features well, but the GitHub README (which is most users' first touchpoint) buries them.Suggested improvements
README.md — Add a dedicated "Remote Debugging & Screenshots" section (or similar) near the top feature list, with examples like:
README.md — In the intro/tagline, position bwcli as more than a file converter — emphasize it as a dev server with remote debugging (a better
npx serve).README.md — Link to
docs/bw-attach.mdprominently from the feature list.Context
The CLI help (
bwcli attach --help) already has excellent documentation of REPL commands and workflows. The gap is just in the README discoverability.🤖 Generated with Claude Code