Socket
Book a DemoInstallSign in
Socket

markdown-index

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-index

Build a markdown table of contents for all the markdown files in a given directory tree.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

markdown-index

Build a markdown table of contents for all the markdown files in a given directory tree.

This node module is a command line tool that traverses a given directory for all markdown files (with extension .md) and compiles all of their tables of contents into one giant markdown string. All the tables of contentses!

Installation

Install markdown-index globally so it's available on your path.

npm install -g markdown-index

Usage

Give markdown-index a directory to traverse, and it outputs the indexed content to stdout.

markdown-index directory/fulla/markdowns > index.md

License

MIT

Keywords

markdown

FAQs

Package last updated on 23 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts