···11-# `@bomb.sh/nucleus`
11+# `@bomb.sh/tools`
22+33+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.
2433-This package is the internal CLI for our org. It provides:
44-- standardized `dev` command (`node --strip-types`)
55-- standardized `build` command with `esbuild`
66-- standardized `test` command
77-- standardized `lint` and `format` commands
88-- standardized `tsconfig` settings
99-- an opportunity to dogfood our packages
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)
88+- `bsh dev` command, using `node --experimental-strip-types --watch-path=./src/`
99+- `bsh build` command, using [`esbuild`](https://esbuild.github.io/)
1010+- `bsh test` command, unfinished
1111+- `bsh lint` and `bsh format` commands, using [`@biomejs/biome`](https://biomejs.dev/)
1212+- shared `tsconfig.json` file