An open API service indexing awesome lists of open source software.

https://github.com/ferdodo/zx-run-task

Task runner for zx scripts.
https://github.com/ferdodo/zx-run-task

Last synced: about 1 year ago
JSON representation

Task runner for zx scripts.

Awesome Lists containing this project

README

          

# zx-run-task

Handle zx commands as tasks, which only displays spinners unless the task fails.

```js
import { runTask } from "zx-run-task";

await runTask('Download example image', $`wget https://example.com/image.png`);
```