Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 707 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 707 Bytes

使用简介

环境

Kali kali-rolling(20224-03), nodejs 20.17.0

项目介绍

将xmind文件转化为markdown格式

项目结构

├── downloads        #  下载目录
├── LICENSE
├── package.json
├── public
│   └── index.html
├── README.md
├── src
│   └── index.js
├── unzip            #  解压目录
└── uploads          #  上传目录

使用方式

首先拉取仓库

git clone https://github.com/smile-smith/to-markdown-web.git

安装第三方库

npm install 

运行项目

node src/start.js

访问 http://IP:3000

原项目

https://github.com/PZh101/to-markdown