create-opencode-plugin
v0.0.1
Published
Create a new OpenCode plugin with a single command
Maintainers
Readme
create-opencode-plugin
Scaffold a new OpenCode plugin with a single command.
Usage
bun create opencode-plugin my-plugin
cd my-plugin
bun install
bun devOr create in the current directory:
bun create opencode-plugin .What's included
- TypeScript configuration
- Build setup with Bun
- oxlint + oxfmt for linting and formatting
bun dev- run OpenCode with your plugin loaded from sourcebun check- run all checks (format, lint, typecheck)npm publishready
Plugin structure
my-plugin/
src/
index.ts # Plugin entry point
dev.ts # Development script
package.json
tsconfig.json
.oxlintrc.json
.oxfmtrc.json
.gitignore
README.mdLicense
MIT
