@shanzhai/execution-helpers
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @shanzhai/execution-helpers

Weekly Downloads

1

Version

0.0.12

License

MIT

Unpacked Size

7.01 kB

Total Files

5

Last publish

Collaborators

  • jameswilddev