From 1e8172a96e83b77d0c20b28fe371da971e92a193 Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 29 Apr 2025 17:30:18 -0400 Subject: [PATCH] Add tasks --- copier.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copier.yml b/copier.yml index be36d0e..39ea257 100644 --- a/copier.yml +++ b/copier.yml @@ -1,5 +1,9 @@ _subdirectory: template +_tasks: + - command: "git init" + - command: "uv venv .venv" + # Questions project_name: type: str