opencode-office
v0.1.17
Published
Microsoft Office plugin for OpenCode
Readme
opencode-office
Microsoft Office Plugin for OpenCode.
Features
- 🏗️ TypeScript-based module architecture
- ⚡ Biome for high-performance linting and formatting
- 📦 Bun/npm build tooling
- 🧪 Vitest testing setup
- 🚀 GitHub Actions CI/CD with Trusted Publishing (OIDC)
- 📝 Automated releases with Release Please
Getting Started
Install dependencies:
bun installDevelopment:
npm run build- Build the modulenpm run lint- Lint codenpm run format- Format codenpm run test- Run tests
Releasing & Publishing
This project uses Release Please for automated versioning and changelogs.
1. Conventional Commits
We follow the Conventional Commits specification for all changes:
fix:bumps patch version (0.1.0 -> 0.1.1)feat:bumps minor version (0.1.0 -> 0.2.0)feat!:orfix!:bumps major version (breaking changes)
2. Automated Release Workflow
- Push your commits to the
mainbranch. - Release Please will automatically open/update a "Release PR" with the new version and changelog.
- Merge the Release PR to trigger the automated build and publish to npm.
3. NPM Trusted Publishing
Authentication with npm is handled automatically via GitHub Actions OIDC (OpenID Connect). No manual tokens are required.
Author
License
MIT License. See the LICENSE file for details.
