Add tasks
This commit is contained in:
parent
1e8172a96e
commit
2c29dfbb5e
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue