Placeholder CLI for boost
npm install @boostd/boost@boostd/boost is a small placeholder CLI published ahead of the full Boost toolchain.
Right now it does two small things:
- boost up boots, runs, and reports “ok.”
- boost haiku prints a randomly generated observability haiku.
``bash`
npm install -g @boostd/boost
- boost up boost haiku
Starts the CLI and reports ok.
-
Generates and prints an original haiku.
This package exists to:
- reserve the name
- validate install + execution
- establish the CLI shape (boost up)
- make sure nothing explodes
More functionality will land here as the Boost toolchain comes online.
`bash`
npm install # install dependencies
npm run build # emit compiled files into dist/
npm run test # build + sanity-check the CLI output
`bash``
npm run release:patch # test -> npm version patch -> npm publish
npm run release:minor
npm run release:major