Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 724 Bytes

File metadata and controls

15 lines (12 loc) · 724 Bytes

Lootem's Dev Template

  • Develop in containers with VSCode dev containers
  • Install and configure formatting extensions such as black and prettier-vscode
  • Define code editor settings with .vscode/settings.json and .editorconfig

Get started

  1. git clone https://github.com/lootem/dev_template.git
  2. Remove unnecessary lang folders, ex. .devcontainer/python/
  3. Move files to their relevant directory
    • .devcontainer/<lang>/devcontainer.json > .devcontainer/devcontainer.json
    • .devcontainer/<lang>/Dockerfile > .devcontainer/Dockerfile
    • .devcontainer/<lang>/launch.json > .vscode/launch.json
  4. Customize as required