Creates projects from Cookiecutter templates using cruft.
- Create projects from cookiecutter templates URLs using cruft.
This extension contributes the following settings:
cruft.templates: Array of template name and the corresponding URL.
"cruft.templates": [
{
"name": "My Template",
"url": "https://github.com/user/my-template"
}
]- Support creating projects from template URL