Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 604 Bytes

Devtools

This is a companion plugin designed for developing Caido plugins. It should be used in conjunction with the caido-dev toolkit.

Features

  • Automatically reloads the plugin whenever code changes are detected.

How to Use

  1. Execute the command caido-dev watch to start a watch server.
  2. Copy the server URL and paste it into the Server URL field of this plugin.
  3. Click the Connect button to connect to the watch server.

This should load the plugin in the Caido instance. Any changes you make to the code will be reflected in the plugin.