Skip to content

Development toolkit for building Caido plugins

License

Notifications You must be signed in to change notification settings

caido-community/dev

Repository files navigation

image

Github   •   Documentation   •   Discord

👨‍🏭 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

You can then access the binary via caido-dev. If you installed it local to your package, it can be run using pnpm exec caido-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.

About

Development toolkit for building Caido plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •