Microsoft Office plugin for OpenCode
npm install opencode-officeMicrosoft Office Plugin for OpenCode.
- ๐๏ธ 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
1. Install dependencies:
``bash`
bun install
2. Development:
- npm run build - Build the modulenpm run lint
- - Lint codenpm run format
- - Format codenpm run test
- - Run tests
This project uses Release Please for automated versioning and changelogs.
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!:
- or fix!: bumps major version (breaking changes)
1. Push your commits to the main` branch.
2. Release Please will automatically open/update a "Release PR" with the new version and changelog.
3. Merge the Release PR to trigger the automated build and publish to npm.
Authentication with npm is handled automatically via GitHub Actions OIDC (OpenID Connect). No manual tokens are required.
- al-scion
MIT License. See the LICENSE file for details.