Skip to content

Common issues

How to include a custom plugin

Codify supports adding custom plugins using the project config block.

codify.json
[
{
"type": "project",
"plugins": {
"my-plugin": "0.0.0"
}
}
]