add packaging

This commit is contained in:
Matthieu Jolimaitre 2025-07-23 14:30:13 +02:00
parent 019c576f1d
commit 41d4170ab9
9 changed files with 282 additions and 85 deletions

7
build Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p target
deno compile --allow-all --output target/regar src/regar.ts