Troubleshooting
Common issues
A list of common issues and how to solve them
How to include a custom plugin
Codify supports adding custom plugins using the project config block.
[
{
"type": "project",
"plugins": {
"my-plugin": "0.0.0"
}
}
]