We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9611a commit 5fe1f49Copy full SHA for 5fe1f49
docs/source/index.rst
@@ -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
-
6
Welcome to millie's documentation!
7
==================================
8
justfile
@@ -49,3 +49,11 @@ fix:
49
# Build a release.
50
build:
51
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