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
- Host: GitHub
- URL: https://github.com/jetify-com/devbox-plugins
- Owner: jetify-com
- Created: 2023-07-20T00:03:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:15:51.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:22:59.998Z (about 1 year ago)
- Language: Shell
- Size: 81.1 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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="
],
```