markdown-gitlab-toc

0.0.13 • Public • Published

[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)

/markdown-gitlab-toc/

    Package Sidebar

    Install

    npm i markdown-gitlab-toc

    Weekly Downloads

    2

    Version

    0.0.13

    License

    ISC

    Last publish

    Collaborators

    • rainder