markmap-cli

NPM

Utilice el comando markmap en una terminal local.

Instalación

$ yarn global add markmap-cli
# o
$ npm install -g markmap-cli

También puede usar npx sin instalación:

$ npx markmap-cli

Uso

Usage: markmap [options] <input>

Create a markmap from a Markdown input file

Options:
  -V, --version          output the version number
  --no-open              do not open the output file after generation
  --no-toolbar           do not show toolbar
  -o, --output <output>  specify filename of the output HTML
  --offline              Inline all assets to allow the generated HTML to work offline
  -w, --watch            watch the input file and update output on the fly, note that this feature is for development only
  -h, --help             display help for command

Comienzo rápido con un archivo markmap.md:

$ npx markmap-cli markmap.md