Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 909 Bytes

Readme

This is a template of repository with dev container for VSCode and development utilities like pylint, black etc. pre-installed to help developer get going.

When you want to start a new project you have two options:

  1. Template repository feature: Simply use the template repository feature of github. See also

  2. Manually: Just pull this git repository, then remove the git reposotiory using:

    rm -rf .git

    Then, recreate a new git repository

    git init

Add all files and then push the repository to your github project.

In both cases!: Don't forget to change the "package_foobar" name by the name you want for you python package. Use the Ctrl+Shift+R feature of VSCode to make sure you won't forget any occurrence.