mmap2md-cli

1.3.0 • Public • Published

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

Package Sidebar

Install

npm i mmap2md-cli

Weekly Downloads

8

Version

1.3.0

License

MIT

Unpacked Size

13.9 kB

Total Files

5

Last publish

Collaborators

  • qfield