Helpers which generate a tree of steps to execute to perform a Shanzhai build.
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,
);
This package has the following runtime dependencies:
Name | Version |
---|---|
minimatch |
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).