UNPKG

@jnxplus/nx-maven

Version:

[![npm version](https://badge.fury.io/js/@jnxplus%2Fnx-maven.svg)](https://badge.fury.io/js/@jnxplus%2Fnx-maven)

5 lines (4 loc) 229 B
import { Tree } from '@nx/devkit'; import { NxMavenInitGeneratorSchema } from './schema'; export default initGenerator; export declare function initGenerator(tree: Tree, options: NxMavenInitGeneratorSchema): Promise<() => void>;