chore: initialize recovered claude workspace
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Claude Code Recover
|
||||
|
||||
This repository contains a recovered Bun-based CLI workspace for Claude Code.
|
||||
|
||||
## Project Layout
|
||||
|
||||
- `src/`: main source code
|
||||
- `scripts/`: build scripts
|
||||
- `docs/`: project documents
|
||||
- `vendor/`: vendored assets and dependencies kept in-repo
|
||||
|
||||
## Local Development
|
||||
|
||||
Run the CLI directly:
|
||||
|
||||
```bash
|
||||
bun run dev
|
||||
```
|
||||
|
||||
Build the standalone executable:
|
||||
|
||||
```bash
|
||||
bun run build
|
||||
```
|
||||
|
||||
Build the compiled artifact into `dist/`:
|
||||
|
||||
```bash
|
||||
bun run compile
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- `node_modules/`, `dist/`, and generated CLI binaries are ignored by Git.
|
||||
- `bun.lock` is kept in the repository for reproducible installs.
|
||||
Reference in New Issue
Block a user