UNPKG

299 BMarkdownView Raw
1### Readme file TOC
2
3Generates table of contents for the readme file. This tasks registers a `git hook` to automatically generate the TOC before every commit.
4
5Under the hood npm package [doctoc](https://npm.im/doctoc) is used for generating the TOC, so make sure to read their readme file as well.