google/zx
google/zx
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
A tool for writing better scripts
release notes
Published 5/27/2024
PatchSafe upgradeEvery new zx version is better than previous one. What have we here?
const p = $`echo foo`
p.quiet() // enable silent mode
p.quiet(false) // then disable
p.verbose() // enable verbose/debug mode
p.verbose(false) // and turn it off
await p
ProcessPromise.isSmth() API:
const p = $`echo foo`
p.isHalted()
p.isVerbose()
p.isQuiet()
p.isNothrow()
main entrypoint #827release notes
Published 5/27/2024
PatchSafe upgradeEvery new zx version is better than previous one. What have we here?
const p = $`echo foo`
p.quiet() // enable silent mode
p.quiet(false) // then disable
p.verbose() // enable verbose/debug mode
p.verbose(false) // and turn it off
await p
ProcessPromise.isSmth() API:
const p = $`echo foo`
p.isHalted()
p.isVerbose()
p.isQuiet()
p.isNothrow()
main entrypoint #827