Appearance
Getting Started
Install
bash
pnpm add -D @ofcx/mono-toolkitInitialize a repo
bash
npx mono-toolkit initThis creates:
config/*.jsondefaultsconfig/tools/**tool configs.cache/mono-toolkit/**cache layoutinfra/tools.compose.yamlandinfra/Dockerfile.toolscontracts/anddocs/roots- a
biome.jsoncrouter
Run common pipelines
bash
npx mono-toolkit check
npx mono-toolkit build
npx mono-toolkit test --allHow execution works
- All commands (except
initand optionalinfra:*) run in Docker. - Selection defaults to
--changedunless you pass--all,--scope, or--tag. - Reports land in
.cache/mono-toolkit/reports.