testacc-art / template.py

You can use template.py to create a new GitHub repository. The repository will have poetry, VS Code devcontainers, and various GitHub actions ready to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template.py

Homepage

By Alex Brandt alunduil@gmail.com

Description

You can use template.py to create a new GitHub repository. The repository will have poetry, VS Code devcontainers, and various GitHub actions ready to use.

template.py is related to Cookiecutter because both are templates for bootstrapping projects. template.py allows you to have a full development environment with only VS Code and it's "Remote Development" plugin. Cookiecutter expects you to re-use your development environment for multiple projects.

Terms of use

You are free to use template.py as a basis for your own projects without any conditions. See the LICENSE file for details.

Prerequisites

  1. VS Code with "Remote Development" installed

How to use this template

  1. Visit the repository
  2. Click "Use this template"
  3. Follow the GitHub Docs to Create a repo
  4. Open VS Code
  5. Open the command prompt (ctrl+shift+p)
  6. Type "clone repository in container" and hit return
  7. Input the GitHub URL of your new repository
  8. In the resulting terminal (ctrl+`), run: poetry run initialise
  9. Resolve the README update issue that is generated
  10. Continue working on your awesome project

Documentation

  • LICENSE: The license governing use of template.py

Getting Help

  • GitHub Issues: Support requests, bug reports, and feature requests

How to Help

About

You can use template.py to create a new GitHub repository. The repository will have poetry, VS Code devcontainers, and various GitHub actions ready to use.

License:The Unlicense


Languages

Language:Python 95.7%Language:Dockerfile 4.3%