# node-file-manager **Repository Path**: milesmou/node-file-manager ## Basic Information - **Project Name**: node-file-manager - **Description**: 基于web的文件管理系统,方便在局域网内共享文件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-12 - **Last Updated**: 2023-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fork from https://github.com/milesmou/node-file-manager.git # Screen Shot ![screenshot](https://raw.githubusercontent.com/efeiefei/node-file-manager/master/example/screenshot.png) # Usage ```sh git clone https://github.com/efeiefei/node-file-manager.git cd node-file-manager npm i cd lib node --harmony index.js -p 8080 -d /path/to ``` Or ```sh use cli tool in bin directory you can modify before run ``` We can run node-file-manager in terminal directly. We can specify prot add data root dir by `-p` and `-d`, default with 5000 and scripts directory. Then, we can view localhost:8080/ in our browr.