Skip to content

Latest commit

 

History

History

plugin-helpers

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

Helpers for searching for plugins during a Shanzhai build.

Usage

This package exports a searchForPlugins function which scans the package.json file in the current working directory to list all Shanzhai plugins within the current package and its direct dependencies.

import { searchForPlugins } from "@shanzhai/plugin-helpers";

const anObjectOfPlugins = await searchForPlugins();

Dependencies

This package has no runtime dependencies.

Peer Dependencies

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

License

FOSSA Status