0.0.14 • Published 2 years ago

@shanzhai/planning-helpers v0.0.14

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

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

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

Usage

This package exports a plan function which is to be used to determine exactly which operations need to be performed during a build.

import { plan } from "@shanzhai/planning-helpers";

const theStepToExecute = plan(
  anObjectOfPlugins,
  true, // This is the first run.
  aDiffOfFileNames,
);

Dependencies

This package has the following runtime dependencies:

NameVersion
minimatch5.0.1

Peer Dependencies

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

License

FOSSA Status