File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ This package is an internal CLI intended to standardize tooling across all Bombs
55If 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
You can’t perform that action at this time.
0 commit comments