Monorepo for the codex-su CLI, a tool for switching between Codex accounts from the command line.
codex-su: CLI package inapps/cli
pnpm install
pnpm build
pnpm run cli list
pnpm run cli add personal- format + lint:
pnpm turbo run format lint- typecheck + tests:
pnpm turbo run typecheck test- package metadata is set up for a future npm release as
codex-su pnpm release:checkvalidates build, tests, and package contents- publish from
apps/cli, never from the repo root - example publish flow:
pnpm release:check
cd apps/cli
npm publish --access public- package usage and command docs live in
apps/cli/README.md
pnpmmanages workspaces and dependenciesturboorchestrates workspace tasks from the repo roottsdownbuilds the CLI package outputoxlintlints the repo from the rootoxfmtformats the repo from the roottsgohandles package typechecking- package-level scripts remain directly runnable inside each workspace