An open API service indexing awesome lists of open source software.

https://github.com/jetify-com/devbox-plugins

Collection of Plugins for Devbox
https://github.com/jetify-com/devbox-plugins

Last synced: about 1 year ago
JSON representation

Collection of Plugins for Devbox

Awesome Lists containing this project

README

          

# 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.

```json
"include": [
"github:jetpack-io/devbox-plugins?dir="
],
```