Create python project template using VSCode project template extension
- Install
project template
extension - Clone Repository
- Create template from clone project
- Make your on
code --install-extension cantonios.project-templates
git clone [email protected]:robobe/python_project_template.git
!!! Tip
Run build venv task or venv.bash
script
- Replace any string in file
- Can be file and folder names
"projectTemplates.usePlaceholders": true,
"projectTemplates.placeholders": {
"author": "robobe",
"author_email": "[email protected]"
}
Check Wiki for more