This repository includes plugins for configuring packages using Devbox.
- CouchDB
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>"
],