finagin / doctoc

DocToc in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocToc in Docker

Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites via a command line flag.

See original documentation.

Usage

curl -sSL https://finagin.github.io/doctoc | sh

Options

If you want use doctoc with options like --gitlab:

curl -sSL https://finagin.github.io/doctoc | sh -s -- --gitlab

License

The MIT License (MIT). Please see License File for more information.

About

DocToc in Docker

License:MIT License


Languages

Language:Shell 52.2%Language:Dockerfile 47.8%