JSPM

  • Created
  • Published
  • Downloads 176124
  • Score
    100M100P100Q156968F
  • License MIT/X11

Generates TOC for markdown files of local git repo.

Package Exports

  • doctoc
  • doctoc/lib/file

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (doctoc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Table of Contents generated with DocToc

DocToc

Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github

Installation

npm install -g doctoc

Usage

Go into the directory that contains you local git project and type:

doctoc .

This will update all markdown files in the current directory and all its subdirectories with a table of content that will point at the anchors generated by the github markdown parser.