/devbox-plugins

Collection of Plugins for Devbox

Primary LanguageShell

Devbox Plugins

This repository includes plugins for configuring packages using Devbox.

Available Plugins

  • Go Monorepo (experimental)
  • MongoDB
  • RabbitMQ
  • NATS Server

How to Use

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>"
],