Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 482 Bytes

File metadata and controls

31 lines (20 loc) · 482 Bytes

Contributing

Local Development

This package is currently marked as private. For local development, use a local plugin path in your OpenCode config instead of the package name.

Install dependencies:

pnpm install

Build the plugin:

pnpm run build

Format files:

pnpm run format

Check formatting:

pnpm run format:check

The TypeScript compiler writes build output to dist/. Do not edit generated files in dist/ by hand.