This repository includes plugins for configuring packages using Devbox.
- Go Monorepo (experimental)
- MongoDB
- RabbitMQ
- NATS Server
Each subfolder contains a plugin for a specific package. To use a plugin, add the following reference to the include
section of your devbox.json
file.
"include": [
"github:jetpack-io/devbox-plugins?dir=<plugin-name>"
],