Skip to content

ryoid/codex-su

Repository files navigation

codex-su

Monorepo for the codex-su CLI, a tool for switching between Codex accounts from the command line.

Package

Getting Started

pnpm install
pnpm build
pnpm run cli list
pnpm run cli add personal

Verification

  • format + lint:
pnpm turbo run format lint
  • typecheck + tests:
pnpm turbo run typecheck test

Release Prep

  • package metadata is set up for a future npm release as codex-su
  • pnpm release:check validates 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

Tooling

  • pnpm manages workspaces and dependencies
  • turbo orchestrates workspace tasks from the repo root
  • tsdown builds the CLI package output
  • oxlint lints the repo from the root
  • oxfmt formats the repo from the root
  • tsgo handles package typechecking
  • package-level scripts remain directly runnable inside each workspace

About

Tool to switch between multiple Codex accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors