dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.02k stars 34 forks source link

add command for `tar` #270

Open sigmaSd opened 5 months ago

sigmaSd commented 5 months ago

I think it come up frequently enough for scripts

it can use https://jsr.io/@std/archive

drewbitt commented 4 months ago

Unlike some others in @std, std archive does not support node yet, and dax supports both node and deno.

sigmaSd commented 4 months ago

dax supports node through poly-fills as far as I know (using dnt), so this case should be no different.