Installs commitizen cli.
"features": {
"ghcr.io/prulloac/devcontainer-features/commitizen:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | commitizen version to install | string | latest |
In order to add third party templates, you can use the following script either manually after container initialization or within your devcontainer configuration file within a lifecycle hook.
pipx inject commitizen <template> --include-deps --system-site-packages
Make sure that
pipxis also available within your container.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.