add metadata
This commit is contained in:
parent
fea8ee2a6a
commit
8039967874
3 changed files with 8 additions and 2 deletions
|
|
@ -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
3
spinny.js.ittymeta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"metadata": { "runner": "js" }
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue