The embed-viewer is used for converting XMind file to html and viewing pages via GitHub.
It will scan all the *.xmind file from your local Git Repository automatically. After that,
the original file will be compiled as a format in html and then, you can deploy the Pages via Github.
- Node.js >= 8.0.0
| Name | Supported | 
|---|---|
| Linux | Y | 
| MacOS | Y | 
| Win32 | Y | 
npm i --save-dev embed-viewer- Switch to your local project directory
cd $project- Generate GitHub Pages
viewer -i . -o ./docs -p -e dist,src -t MyTitle -l https://logo.com/logo.svgCommit the
docsdirectory to your git repository
- 
Visit your GitHubrepository.
- 
Click Settings.
- 
Click Pages.
- 
Select the branchname and thefoldername.
You can access your
GitHub Pagesafter all the operations.
viewer --help
Usage: viewer -i . -o ./docs/pages -f -e node_modules,src,...
This tool is used for converting "*.xmind" file to Gitlab pages
Options:
  -t, --title <value>     Specify the page title (default: "Embed Viewer")
  -i, --input <value>     The "*.xmind" source folder
  -o, --output <value>    The output folder where the converted pages are stored
  -p, --purge             Purge the target folder before output pages
  -e, --excludes <value>  Specify folder that will excluded during the process of scanning (default: "node_modules")
  -l, --logo <value>      Specify the logo address
  -V, --version           output the version number
  -h, --help              display help for command