diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-15 14:37:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-15 14:37:17 +0300 |
| commit | 7b3e3baeb4609f19f655b96f109c7ebcada0b60e (patch) | |
| tree | 9c784b90705da6f518630c8f447b5eeec859364c /alt.irregular.ninja | |
| parent | 7361be0cbb05cef18fb0e8bf1112304bffb0987d (diff) | |
Add Justfile for alt.irregular.ninja album generation
Diffstat (limited to 'alt.irregular.ninja')
| -rw-r--r-- | alt.irregular.ninja/Justfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alt.irregular.ninja/Justfile b/alt.irregular.ninja/Justfile new file mode 100644 index 0000000..ef820d2 --- /dev/null +++ b/alt.irregular.ninja/Justfile @@ -0,0 +1,9 @@ +# Generate the photo album using shuriken + +# Default recipe: generate the album +generate: + shuriken --generate + +# Dry-run to preview changes without writing +dry-run: + shuriken --dry-run |
