google/zx
Fork: 1113 Star: 43265 (更新于 2024-12-18 04:54:11)
license: Apache-2.0
Language: JavaScript .
A tool for writing better scripts
最后发布版本: 8.1.4 ( 2024-07-04 18:44:34)
zx
#!/usr/bin/env zx
await $`cat package.json | grep name`
const branch = await $`git branch --show-current`
await $`dep deploy --branch=${branch}`
await Promise.all([
$`sleep 1; echo 1`,
$`sleep 2; echo 2`,
$`sleep 3; echo 3`,
])
const name = 'foo bar'
await $`mkdir /tmp/${name}`
Bash is great, but when it comes to writing more complex scripts,
many people prefer a more convenient programming language.
JavaScript is a perfect choice, but the Node.js standard library
requires additional hassle before using. The zx
package provides
useful wrappers around child_process
, escapes arguments and
gives sensible defaults.
Install
npm install zx
Documentation
Read documentation on google.github.io/zx.
License
Disclaimer: This is not an officially supported Google product.
最近版本更新:(数据更新于 2024-08-28 04:04:15)
2024-07-04 18:44:34 8.1.4
2024-06-20 04:53:57 8.1.3
2024-05-28 00:30:23 8.1.2
2024-05-23 18:51:45 8.1.1
2024-05-14 05:05:27 8.1.0
2024-04-18 23:29:27 8.0.2
2024-04-08 14:39:17 8.0.1
2024-04-06 07:27:00 8.0.0
2023-07-06 18:21:34 7.2.3
2023-05-01 23:31:17 7.2.2
主题(topics):
bash, cli, javascript, nodejs, shell
google/zx同语言 JavaScript最近更新仓库
2024-12-21 12:14:02 layui/layui
2024-12-21 08:27:48 gethomepage/homepage
2024-12-21 03:44:01 emberjs/ember.js
2024-12-20 02:57:09 nodejs/node
2024-12-19 17:54:54 MHSanaei/3x-ui
2024-12-14 02:13:44 bigskysoftware/htmx