Skip to content

Commit 99e456a

Browse files
committed
build: 🔧 add recipes to justfile
1 parent 2bb14f0 commit 99e456a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template/justfile.jinja

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,11 @@ build-readme:
112112
# Generate a Quarto include file with the contributors
113113
build-contributors:
114114
sh ./tools/get-contributors.sh {{ package_github_repo }}
115+
116+
# Check for and apply updates from the template
117+
update-from-template:
118+
uvx copier update --trust --defaults
119+
120+
# Reset repo changes to match the template
121+
reset-from-template:
122+
uvx copier recopy --trust --defaults

0 commit comments

Comments
 (0)