1.0.0 • Published 9 years ago
headers2md v1.0.0
headers2md 
Automagically generate table of contents from the headers in your markdown files
Install
$ npm install --global headers2mdUsage
Example
You will most likely want to use the CLI.
Given the following readme.md:
This is the table of contents:
<!-- START headers2md -->
<!-- END headers2md -->
# A
# BExecute:
$ headers2md readme.mdAnd you will obtain:
This is the table of contents:
<!-- START headers2md -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN headers2md TO UPDATE -->
- [Install](#install)
- [Usage](#usage)
- [Changelog](#changelog)
- [Related](#related)
- [License](#license)
<!-- END headers2md -->
# A
# BYou can see an example at: aymericbeaumet/awesome-links.
API
todo
CLI
todo
Changelog
- 1.0.0 - Bump stable
Related
License
To the extent possible under law, Aymeric Beaumet has waived all copyright and related or neighboring rights to this work.
