Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 348 Bytes

readme-content.md

File metadata and controls

11 lines (8 loc) · 348 Bytes

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();