A personal CLI for managing my own projects. Most stuff is hard coded for myself. Feel free to fork and hard code for yourself instead or make it more generic or whatever. Run wb -h to learn more.
wb init --kind websitenow pulls the latest React Router starter fromremix-run/react-router-templates(defaults tomain) before applying Workbench overlays (Vite config, wrangler, tsconfig, prettier/oxlint, etc.).- Project config now records
project.*,web.*,data.*,ui.*,tooling.*, andagents.*fields in.workbench/config.jsoncso downstream updates can reconcile with the generated files.
To get started:
mise install
mise run build
./bin/wb <command>If you want to do some testing in a temporary directory, you can use the mise run dev command instead of building to ./bin.
