Skip to content

rainder/markdown-gitlab-toc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[PROTOTYPE]

Description

$ bin/markdown-gitlab-toc.js --help

  Usage: markdown-gitlab-toc [options] <paths ...>

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -o, --output <path>   Output to a file
    -x, --exclude <path>  Exclude matched paths

Usage

$ markdown-gitlab-toc -o ./TOC.md -x "node_modules|TOC.md|js/components" .

Output

# Table of Contents

* [README.md](README.md)
* src
        * [consumers](src/consumers/README.md)
        * [crons](src/crons/README.md)
        * [api](src/api/README.md)

About

Generates TOC for each README.md file in a project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published