@naxodev/gonx
Version:
Modern Nx plugin to use Go in a Nx workspace
8 lines (7 loc) • 338 B
TypeScript
import { TargetConfiguration } from '@nx/devkit';
/**
* Creates a release-publish target configuration for a Go project
* @param projectRoot The root path of the project
* @returns The target configuration for releasing and publishing the Go module
*/
export declare function releasePublish(projectRoot: string): TargetConfiguration;