dsherret / dax

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

Ability to easily show progress bars on `$.request` #48

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

Maybe something like:

const data = await $.request("https://plugins.dprint.dev/info.json")
  .showProgress()
  .json()

Somewhat requires #47 in order to display the download sizes nicely.