UNPKG

@rxap/plugin-workspace

Version:

This package provides a collection of Nx plugins and generators for workspace management. It includes tools for initializing workspaces, managing Docker Compose configurations, fixing implicit internal dependencies, and generating CI information. The plug

7 lines (6 loc) 255 B
import { CreateNodesV2 } from '@nx/devkit'; import 'colors'; export interface PluginOptions { } export declare function normalizeOptions(options: PluginOptions | undefined): PluginOptions; export declare const createNodesV2: CreateNodesV2<PluginOptions>;