Use this repository as a GitHub template for standalone Nitch plugin workspaces.
After creating a repo from this template:
- Update
package.jsonname and manifest fields. - Edit
src/index.tsto implement your plugin. - Add your new plugin repo path to the host repo's
nitch.config.json. - From the host repo, run:
bun run plugin:check -- --module nitch-plugin-template
bun run plugin:publish -- --module nitch-plugin-template
bun run plugin:dev -- --module nitch-plugin-template --watchThis template is exported from the Nitch host repo's templates/plugin-workspace contract.