From 2c29dfbb5e544641b329029670ea096a746afa3d Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 29 Apr 2025 17:35:02 -0400 Subject: [PATCH] Add tasks --- copier.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copier.yml b/copier.yml index 39ea257..e4d43b4 100644 --- a/copier.yml +++ b/copier.yml @@ -2,7 +2,12 @@ _subdirectory: template _tasks: - command: "git init" + - command: "git add ." + - command: "git commit -m 'Initial commit'" - command: "uv venv .venv" + when: "{{ dependency_manager == 'uv' }}" + - command: "poetry env activate" + when: "{{ dependency_manager == 'poetry' }}" # Questions project_name: