This repository hosts the just-bash package and its examples.
| Package | Path | Description |
|---|---|---|
just-bash |
packages/just-bash |
A simulated bash environment with virtual filesystem |
See the package's own README for usage documentation.
packages/ publishable npm packages
examples/ example consumers (bash-agent, cjs-consumer, website)
.github/ CI workflows
pnpm install # install all workspace deps
pnpm build # build all packages
pnpm test:run # run unit + comparison tests
pnpm test:dist # smoke-test the bundled output
pnpm lint # biome + per-package banned-pattern checks
pnpm typecheck # tsc across all packagesPer-package commands run via pnpm --filter <name> <script> — e.g.
pnpm --filter just-bash test:wasm.