Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

concat-md

Index

Interfaces

Functions

Functions

concatMd

concatMd(dir: string, options?: ConcatOptions): Promise<string>

Defined in index.ts:261

Scans and concatenates all markdown files in given directory.

Parameters:

Name Type Description
dir string is the directory to scan markdown files in.
options? ConcatOptions are several parameters to modify concatenation behaviour.

Returns: Promise<string>

concatenated contents of markdown files.