Add tasks

This commit is contained in:
Yehuda Deutsch 2025-04-29 17:35:02 -04:00
parent 1e8172a96e
commit 2c29dfbb5e
Signed by: uda
GPG key ID: 8EF44B89374262A5

View file

@ -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: