1.4.0 • Published 7 months ago

mmap2md-cli v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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
1.4.0

7 months ago

1.3.0

10 months ago

1.2.0

12 months ago

1.1.1

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.2.2

11 months ago

1.2.1

12 months ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago