aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-08-17 01:14:56 +0200
committerFuwn <[email protected]>2025-08-17 01:14:56 +0200
commit2745606556afb972875d7c4fc818d78b6181ab08 (patch)
treeb5dff62a51db96c08f455f778a792f3680283a99 /justfile
parentfeat(html): Add Markdown rendering (diff)
downloadumapyai-main.tar.xz
umapyai-main.zip
feat: Add alternative modelHEADmain
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index b23d891..70a091b 100644
--- a/justfile
+++ b/justfile
@@ -2,6 +2,7 @@ project := "umapyai"
alias gen := generate
alias fmt := format
+alias alt := run_alternative
generate target="client":
rye run ariadne-codegen {{ target }}
@@ -9,6 +10,9 @@ generate target="client":
run *arguments:
rye run {{ project }} {{ arguments }}
+run_alternative *arguments:
+ rye run {{ project }}_alternative {{ arguments }}
+
scrape *arguments:
rye run article_scraper {{ arguments }}