1.0.2 • Published 2 years ago
zx-run-task v1.0.2
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`);