A development toolkit for building Caido plugins. This CLI tool simplifies the process of developing, building, and packaging Caido plugins.
pnpm install -D @caido-community/dev
caido-dev build [path] [--config <path-to-config>]
- Description: Build the Caido plugin.
- Options:
-c, --config <path>
: Path to thecaido.config.ts
file.
caido-dev watch [path] [--config <path-to-config>]
- Description: Start the development server and watch for changes.
- Options:
-c, --config <path>
: Path to thecaido.config.ts
file.