{ "id": "copier", "version": "7.0.14", "name": "copier (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/copier", "description": "copier creates projects from project templates.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "injections": { "default": "", "description": "Space delimitered list of python packages to inject into the main package env.", "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }