Skip to content

Commit 757a82c

Browse files
authored
feat: ✨ justfile recipes to update from the template (#133)
# Description Just to make it easier to remember what the commands are. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent e3b038a commit 757a82c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template/justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ check-spelling:
4949
# Re-build the data package
5050
build:
5151
uv run main.py
52+
53+
# Check for and apply updates from the template
54+
update-from-template:
55+
uvx copier update --trust --defaults
56+
57+
# Reset repo changes to match the template
58+
reset-from-template:
59+
uvx copier recopy --trust --defaults

0 commit comments

Comments
 (0)