github google/zx 5.1.0

latest releases: 8.1.0, 8.0.2, 8.0.1...
2 years ago

98a9abb Added new experimental retry & echo functions.
f8bb1c7 Fixed bug where running script without extension removes existing .mjs files (#276).
792370a Increased maxBuffer to 200 MiB.
7fafa26 Added known issues doc.

Example:

import {echo, retry} from 'zx/experimental'

let branch = await $`git branch --show-current`
echo`Current branch is ${branch}.`

let {stdout} = await retry(5)`curl localhost`

Don't miss a new zx release

NewReleases is sending notifications on new releases.