markmap-cli

NPM

Use markmap command-line in a local terminal.

Usage

$ npx markmap-cli markmap.md

You can also install it globally:

$ npm install -g markmap-cli
$ markmap markmap.md

There is a watch mode so that you could edit the Markdown file and get updates on the fly:

$ markmap -w markmap.md