AI-powered development tool - an open source fork of OpenCode (opencode.ai)
npm install jonsocAI-powered development tool for modern coding workflows.
Install globally using bun:
``bash`
bun add -g jonsoc
Or with npm:
`bash`
npm install -g jonsoc
Once installed, you can use jonsOC from anywhere:
`bash`
jonsoc --help
To install dependencies:
`bash`
bun install
To run locally:
`bash`
bun run dev
To build for all platforms:
`bash`
bun run build
To build and publish to npm:
`bash``
bun run build
bun run script/publish.ts
MIT