1.0.2 • Published 3 years ago

markdown-toc-folders v1.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

markdown-toc-folders

markdown-toc recursively usable on a folder.

Install

npm i -g markdown-toc-folders

CLI

Usage: toc [options]

Options:
      --version      Show version number                                       [boolean]
  -i, --ignore       files and directories to ignore                             [array]
  -o, --output-file  path to the file to which output the Table of Content      [string]
  -h, --help         Show help                                                 [boolean]

Examples:
  toc . -i foo.md dist/ -o README.md  builds Table of Content recursively for all files 
                                      in current directory excluding foo.md and dist/* 
                                      and writes the result to README.md
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago