@mixio-pro/kalaasetu-plugin
v0.1.1
Published
OpenCode plugin that auto-commits changes after every session run.
Maintainers
Readme
OpenCode Plugin
A Bun-based TypeScript plugin for OpenCode.
Getting Started
# Install dependencies
bun install
# Run in development mode (with watch)
bun run dev
# Run tests
bun test
# Type check
bun run typecheck
# Build
bun run buildProject Structure
opencode-plugin/
├── src/
│ └── index.ts # Plugin entry point
├── package.json
├── tsconfig.json
└── README.md