Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.11 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.11 KB

Python project template

Create python project template using VSCode project template extension

usage

  • Install project template extension
  • Clone Repository
  • Create template from clone project
  • Make your on

Install ext.

code --install-extension cantonios.project-templates	

Clone

git clone [email protected]:robobe/python_project_template.git

Create template from clone project

Make your on

!!! Tip Run build venv task or venv.bash script


Project Templates

placeholder

  • Replace any string in file
  • Can be file and folder names

fix placeholder

"projectTemplates.usePlaceholders": true,
"projectTemplates.placeholders": {
    "author": "robobe",
    "author_email": "[email protected]"
}

Wiki

Check Wiki for more