# restore-source-tree **Repository Path**: zardlal/restore-source-tree ## Basic Information - **Project Name**: restore-source-tree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # restore-source-tree Restores file structure from source map (only Webpack source map files supported) ## Usage ```sh > npm i -g restore-source-tree > restore-source-tree --out-dir ``` # 修改内容 * 在原版本的基础上修改了webpack注释导致无法生成文件的问题 * 添加了 `-r` 命令支持第递归目录还原 * 添加了对重复引用文件还原的过滤 # 使用方法 通过git远程安装 > npm install -g https://github.com/zct1989/restore-source-tree.git > restore-source-tree -n -r -o ./output sourceDir