add metadata

This commit is contained in:
Mewrry the Kitty 2026-01-03 16:31:12 -06:00
parent fea8ee2a6a
commit 8039967874
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash
#! nix-shell -p bash nodejs
#! nix-shell -p bash nodejs jq
node itty/utils/thread.js spool spinny.yarn spinny.js
node itty/utils/thread.js metadata-from-json spinny.yarn yarnball-meta.json
#cat spinny.yarn mergefile.json | jq -s '.[0] as $old | .[1] as $merge | .[0].content | fromjson * $merge | tojson as $new | $old + {"content":$new} | tojson' | jq 'fromjson' > spinny.yarn.tmp
#mv spinny.yarn.tmp spinny.yarn

3
spinny.js.ittymeta Normal file
View file

@ -0,0 +1,3 @@
{
"metadata": { "runner": "js" }
}

File diff suppressed because one or more lines are too long