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

0.0.14 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @shanzhai/planning-helpers

Weekly Downloads

1

Version

0.0.14

License

MIT

Unpacked Size

18.8 kB

Total Files

17

Last publish

Collaborators

  • jameswilddev