Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.38 KB

Advent of Code Copier Template

Advent of Code template for Copier.

Features

Usage

Generate a new repository with:

copier copy --trust "gh:baurt/aoc-copier" path-to-project

{% note %} Note: The --trust option is required because some tasks may execute after generating the project. These are all listed in the copier.yml under the _tasks key. They do not need to be run, they just help automate some steps, such as intitializing a git repo, setting up a remote and creating a virtual environment. Some of these require external CLI programs. {% endnote %}

This project uses rye for dependency and virtual environment management. If the rye task was not run during setup, run

rye sync

Similarly, you'll also have to run

rye run pre-commit install