Skip to content

viniraioli/opencode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12,147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • bun installed
  • dependencies installed with bun install

Commands I Should Use

bun install
bun run dev
bun run dev:desktop
bun run dev:web
bun run dev:console
bun run lint
bun run typecheck

Notes

  • Do not run test from the repository root.
  • For type checking, use bun run typecheck.
  • To publish a release from the root:
bun run release
bun run release:skip-build

Quick Structure

  • packages/opencode: main CLI
  • packages/app: web app
  • packages/desktop-electron: desktop app
  • packages/console/app: console interface

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.1%
  • MDX 36.1%
  • CSS 2.8%
  • Rust 0.4%
  • Astro 0.2%
  • Python 0.2%
  • Other 0.2%