UNPKG

@nx-extend/shadcn-ui

Version:

<a href="https://www.npmjs.com/package/@nx-extend/shadcn-ui" rel="nofollow"> <img src="https://badgen.net/npm/v/@nx-extend/shadcn-ui" alt="@nx-extend/shadcn-ui NPM package"> </a>

6 lines (5 loc) 186 B
import { Tree } from '@nx/devkit'; /** * Migrates all "add" targets with @nx-extend/shadcn-ui:add target to become "add-component" */ export default function update(tree: Tree): void;