Skip to content

Commit

Permalink
chore: add just file for simplifying commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 10, 2024
1 parent 30e1029 commit 1486308
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
add *args:
@pnpm dlx shadcn-svelte@latest add {{args}}

serve *args:
@pnpm tauri dev {{args}}

t:
@pnpm dlx @inlang/cli machine translate --project project.inlang

tgen:
@pnpm dlx @inlang/paraglide-js compile --project ./project.inlang --outdir ./src/paraglide

0 comments on commit 1486308

Please sign in to comment.