Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Files

Latest commit

35a8a2e · Nov 19, 2024

History

History
17 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

Devbox Plugins

This repository includes plugins for configuring packages using Devbox.

Available Plugins

  • CouchDB

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:forkprince/devbox-plugins?dir=<plugin-name>"
],