Skip to content

Latest commit

 

History

History

planning-helpers

@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:

Name Version
minimatch 5.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