[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme

Nate Moore (Mar 2, 2026, 4:41 PM EST) 12d4b4c3 eff0ab98

+5 -4
+5 -4
README.md
··· 5 5 If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo. 6 6 7 7 - `init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template) 8 - - `bsh dev` command, using `node --experimental-strip-types --watch-path=./src/` 9 - - `bsh build` command, using [`esbuild`](https://esbuild.github.io/) 10 - - `bsh test` command, unfinished 11 - - `bsh lint` and `bsh format` commands, using [`@biomejs/biome`](https://biomejs.dev/) 8 + - `bsh dev` command, using `node --experimental-transform-types --watch-path=./src/` 9 + - `bsh build` command, using [`tsdown`](https://tsdown.dev/) (ESM, unbundled) 10 + - `bsh test` command, using [`vitest`](https://vitest.dev/) 11 + - `bsh format` command, using [`oxfmt`](https://oxc.rs/docs/guide/usage/formatter) 12 + - `bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter) and [`publint`](https://publint.dev/) 12 13 - shared `tsconfig.json` file