Function: getRepositoryReadmePath()
function getRepositoryReadmePath(rootDirectoryPath: string): string | null;
Defined in: _internal/repository-text-files.ts:93
Resolves the first supported repository README file from the repository root.
Parametersâ
rootDirectoryPathâ
string
Returnsâ
string | null