Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 774 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 774 Bytes

@bomb.sh/tools

This package is an internal CLI intended to standardize tooling across all Bombshell projects. It helps us dogfood our own libraries, but it also makes it easier to keep our shared dependencies in sync.

If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo.

  • init command for scaffolding new projects, which clones our template repo
  • bsh dev command, using node --experimental-strip-types --watch-path=./src/
  • bsh build command, using esbuild
  • bsh test command, unfinished
  • bsh lint and bsh format commands, using @biomejs/biome
  • shared tsconfig.json file