@shanzhai/execution-helpers

Helpers which execute a tree of steps to perform a Shanzhai build.

Usage no npm install needed!

<script type="module">
  import shanzhaiExecutionHelpers from 'https://cdn.skypack.dev/@shanzhai/execution-helpers';
</script>

README

@shanzhai/execution-helpers Continuous Integration License FOSSA Status Renovate enabled npm npm type definitions

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 2.0.3

Peer Dependencies

This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).

License

FOSSA Status