Requirements
The CLI depends on sharp, which ships prebuilt binaries for
Linux, macOS and Windows. There’s nothing to compile.
Build and link
1
Clone and install
2
Build
@bmux/core’s build output, so build the whole workspace rather than just
the CLI package.3
Put bmux on your PATH
bmux
command picks the change up immediately.4
Check it worked
Removing it again
Without linking
If you’d rather not put anything on your PATH, run the built entry point directly:bmux command runs.
Paths on Windows
Both separators work:Exit codes
A failed file never cancels the others — the batch runs to the end, then exits non-zero. That’s
what makes it safe to drop into CI.