Skip to content

deepbrainspace/proto-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepBrain Proto Plugins

Custom proto plugins for the DeepBrain development environment.

Available Plugins

wrangler

Cloudflare's command-line tool for developing Workers.

[plugins]
wrangler = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/wrangler/plugin.toml"

lefthook

Fast and powerful Git hooks manager.

[plugins]
lefthook = "https://raw.githubusercontent.com/deepbrainspace/proto-plugins/main/lefthook/plugin.toml"

Usage

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 use

Contributing

When adding new plugins:

  1. Create a new directory with the plugin name
  2. Add a plugin.toml file following proto's plugin format
  3. Test the plugin locally
  4. Update this README
  5. Commit and push changes

Plugin Format

See proto plugin documentation for the complete plugin format specification.

About

Custom proto plugins for DeepBrain development tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages