UNPKG

@clipboard-health/nx-plugin

Version:

An Nx plugin with generators to manage libraries and applications.

4 lines (3 loc) 192 B
import { type Tree } from "@nx/devkit"; import type { NxPluginGeneratorSchema } from "./schema"; export default function generate(tree: Tree, options: NxPluginGeneratorSchema): Promise<void>;