nx/docs/generated/devkit/readProjectConfiguration.md
2023-10-11 17:00:03 +02:00

883 B

Function: readProjectConfiguration

readProjectConfiguration(tree, projectName): ProjectConfiguration

Reads a project configuration.

Parameters

Name Type Description
tree Tree the file system tree
projectName string unique name. Often directories are part of the name (e.g., mydir-mylib)

Returns

ProjectConfiguration

Throws

If supplied projectName cannot be found