Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mmap2md-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmap2md-cli

CLI tool for converting mind map archive to Pandoc's markdown.

latest
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

mmap2md-cli

The command line tool supports the conversion from mind map archive to Pandoc's markdown.

Usage

Usage: mmap2md [options] [source]

CLI tool for converting mind map archive to Pandoc's markdown.

Arguments:
  source                              Specify the file to convert. If not provided, the tool will read from STDIN.

Options:
  -V, --version                       output the version number
  -v, --verbose                       Display detailed output.
  -n, --name <NAME>                   Specify the mind map name in the source for processing.
  --config-file <FILE>                Specify a configuration file to load.
  -p, --pack                          Bundle the resulting files into a single package.
  -o, --output-path <FOLDER_OR_FILE>  Specify the destination for the output files.
                                      If the result is a packed file, provide a file path; otherwise, provide a folder path.
                                      If not specified, the primary markdown file or the packed file will be directed to STDOUT.
  -h, --help                          display help for command

Example

mmap2md -v -o ./tests ./tests/sample.mmap

Keywords

pandoc

FAQs

Package last updated on 01 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts