Skip to content

Commit 5fe1f49

Browse files
committed
Add init recipe
1 parent dc9611a commit 5fe1f49

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/source/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.. millie documentation master file, created by
2-
sphinx-quickstart on Thu Oct 19 15:55:32 2023.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
61
Welcome to millie's documentation!
72
==================================
83

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ fix:
4949
# Build a release.
5050
build:
5151
uv build
52+
53+
# Initialize the repo.
54+
init repo-name:
55+
for FILE in $(rg --files-with-matches millie); \
56+
do \
57+
sd millie {{repo-name}} $FILE; \
58+
done
59+
mv src/millie src/{{repo-name}}

0 commit comments

Comments
 (0)