Skip to content

Commit 12d4b4c

Browse files
committed
docs: update readme
1 parent eff0ab9 commit 12d4b4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This package is an internal CLI intended to standardize tooling across all Bombs
55
If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo.
66

77
- `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/)
1213
- shared `tsconfig.json` file

0 commit comments

Comments
 (0)