UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

4 lines (3 loc) 194 B
import type { Tree } from '@nx/devkit'; import type { InstallGeneratorOptions } from './schema'; export default function install(tree: Tree, rawOptions: InstallGeneratorOptions): Promise<void>;