Open lidel opened 4 years ago
I can take this one. The json
package seems like a good candidate.
To be clear, the goal is to replace the just the jq
util, rather than the entire ci/update-manifest.sh
shell script, correct?
@BrianBelhumeur Ideally we would replace entire update-manifest.sh
with update-manifest.js
that does the same but removes the need for shell scripts, but if we remove jq
that also good enough, gets us 80% where we want to be :)
Hey @lidel I'm actually going to hand this one back. I don't currently have the bandwidth for it.
ci/update-manifest.sh
uses third partyjq
and that causes problems for contributors (https://github.com/ipfs-shipyard/ipfs-companion/issues/790#issuecomment-712682654)..js
util that is platform-agnostic (we want good devexp on Windows) and relies on dev dependencies listed inpackage.json