Add export command to CLI tool

This commit is contained in:
Dax Raad
2025-08-12 19:00:01 -04:00
parent 6498a4624c
commit ca0c1632ea
3 changed files with 82 additions and 0 deletions
+4
View File
@@ -10,3 +10,7 @@
- AVOID `let` statements
- PREFER single word variable names where possible
- Use as many bun apis as possible like Bun.file()
## Debugging
- To test opencode in the `packages/opencode` directory you can run `bun dev`