Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 660 Bytes

caido-dev

A development toolkit for building Caido plugins. This CLI tool simplifies the process of developing, building, and packaging Caido plugins.

Installation

pnpm install -D @caido-community/dev

CLI Commands

Build

caido-dev build [path] [--config <path-to-config>]
  • Description: Build the Caido plugin.
  • Options:
    • -c, --config <path>: Path to the caido.config.ts file.

Watch

caido-dev watch [path] [--config <path-to-config>]
  • Description: Start the development server and watch for changes.
  • Options:
    • -c, --config <path>: Path to the caido.config.ts file.