repterm-api
v0.1.4
Published
Plugin and matcher API for repterm - use this to build repterm plugins without depending on repterm
Downloads
396
Maintainers
Readme
repterm-api
Public plugin and matcher API for Repterm ecosystem packages.
Use this package when building Repterm plugins so your package can depend on stable API types without importing the full repterm runtime.
Install
bun add repterm-apiTypical Use
import { definePlugin, type Plugin } from 'repterm-api';Then implement plugin methods/hooks in your package and consume the plugin from repterm test contexts.
Plugin contributors: see Plugin Contributor Guide.
For end-to-end examples, see packages/plugin-kubectl in the repository.
