markdown-toc-folders

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-toc-folders

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

4.27 kB

Total Files

5

Last publish

Collaborators

  • mayashaddad