Skip to content

@stephansama packages / @stephansama/auto-readme / utils / findNearestReadme

Function: findNearestReadme()

ts
function findNearestReadme(
   gitRoot, 
   inputFile, 
   maxRotations): null | string;

Defined in: core/auto-readme/src/utils.ts:68

Parameters

gitRoot

string

inputFile

string

maxRotations

number = 15

Returns

null | string

Released under MIT license