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: