@shanzhai/execution-helpers
v0.0.12
Published
Helpers which execute a tree of steps to perform a Shanzhai build.
Downloads
8
Readme
@shanzhai/execution-helpers

Helpers which execute a tree of steps to perform a Shanzhai build.
Usage
An execute function is exported which executes a step, with a streaming log
output:
import { execute } from "@shanzhai/execution-helpers";
// Returns true when successful, otherwise, false.
await execute(new ExampleStep(), process.stderr);Dependencies
This package has the following runtime dependencies:
Name | Version
-------- | ---------------------------------------------------------------------------------------------
progress |
Peer Dependencies
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).
