UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

7 lines (6 loc) 444 B
import { ProjectConfiguration } from '../../../config/workspace-json-project-json'; import { NxPluginV2 } from '../../../project-graph/plugins'; export declare const ProjectJsonProjectsPlugin: NxPluginV2; export default ProjectJsonProjectsPlugin; export declare function buildProjectFromProjectJson(json: Partial<ProjectConfiguration>, path: string): ProjectConfiguration; export declare function readNameFromPackageJson(path: string): string;