Custom proto plugins for the DeepBrain development environment.
Cloudflare's command-line tool for developing Workers.
[plugins]
wrangler = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/wrangler/plugin.toml"Fast and powerful Git hooks manager.
[plugins]
lefthook = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/lefthook/plugin.toml"Add to your .prototools file:
# Tool versions
wrangler = "4.32.0"
lefthook = "1.10.0"
[plugins]
wrangler = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/wrangler/plugin.toml"
lefthook = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/lefthook/plugin.toml"Then run:
proto useWhen adding new plugins:
- Create a new directory with the plugin name
- Add a
plugin.tomlfile following proto's plugin format - Test the plugin locally
- Update this README
- Commit and push changes
See proto plugin documentation for the complete plugin format specification.