1.0.2 • Published 2 years ago

zx-run-task v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

zx-run-task

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

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

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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago