Skip to content

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

Function: getMarkdownPaths()

ts
function getMarkdownPaths(cwd, config): Promise<string[]>;

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

Parameters

cwd

string

config

Config

Returns

Promise<string[]>

Released under MIT license