Skip to content

proinsias/copier-python-template

Repository files navigation

copier-python-template

Copier template for my python projects.

This template aims at making it easier to configure my python projects. It uses Copier to keep my projects updated with a unified GH Actions structure and configuration.

First usage

  1. Install Copier.
  2. Enter your project folder: cd my-project.
  3. Make it a git repo: git init.
  4. Run copier copy gh:proinsias/copier-python-template ..
  5. Answer questions.
  6. Commit: git commit -am 'Apply copier template'.

Get updates

  1. Enter your project folder: cd my-project.
  2. Update: copier update.
  3. Answer questions, if anything changed.
  4. Commit: git commit -am 'Update copier template'.

Based on