Add npm packaging and release workflow for yaakcli

This commit is contained in:
Gregory Schier
2026-02-22 09:21:46 -08:00
parent 3dd9f4c5b1
commit e0bf571ddd
22 changed files with 476 additions and 0 deletions

View File

View File

@@ -0,0 +1,10 @@
{
"name": "@yaakapp/cli-linux-arm64",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/mountain-loop/yaak.git"
},
"os": ["linux"],
"cpu": ["arm64"]
}