a10efa3b4b7aa86c460c28bd4e0d2237000ced68
Claude Code Recover
This repository contains a recovered Bun-based CLI workspace for Claude Code.
Project Layout
src/: main source codescripts/: build scriptsdocs/: project documentsvendor/: vendored assets and dependencies kept in-repo
Local Development
Run the CLI directly:
bun run dev
Build the standalone executable:
bun run build
Build the compiled artifact into dist/:
bun run compile
Notes
node_modules/,dist/, and generated CLI binaries are ignored by Git.bun.lockis kept in the repository for reproducible installs.
Description
Languages
TypeScript
100%