UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

4 lines (3 loc) 195 B
import type { Tree } from '@nx/devkit'; import type { PresetGeneratorSchema } from './schema'; export default function presetGenerator(tree: Tree, options: PresetGeneratorSchema): Promise<void>;