Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ _subdirectory: template
# Post-copy commands:
_tasks:
# Only run these commands when copying the template
- command: "git init -b main"
when: "{{ _copier_operation == 'copy' }}"
- command: "uv add --dev pre-commit commitizen ruff typos"
when: "{{ _copier_operation == 'copy' }}"
- command: "uv add polars seedcase-sprout"
when: "{{ _copier_operation == 'copy' }}"
- command: "git add ."
when: "{{ _copier_operation == 'copy' }}"
- command: "git commit -m 'chore: :tada: setup a new data package from the template'"
- command: "git init -b main && uv add --dev pre-commit commitizen ruff typos && uv add polars seedcase-sprout"
when: "{{ _copier_operation == 'copy' }}"

# Questions:
Expand Down
Loading