https://github.com/rwson/ntfs-reader
Mac平台下的NTFS文件系统驱动
https://github.com/rwson/ntfs-reader
Last synced: 12 months ago
JSON representation
Mac平台下的NTFS文件系统驱动
- Host: GitHub
- URL: https://github.com/rwson/ntfs-reader
- Owner: rwson
- Created: 2018-06-26T02:03:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T09:24:56.000Z (about 8 years ago)
- Last Synced: 2025-03-11T03:41:53.337Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntfs-reader
> Mac平台下的NTFS文件系统驱动
#### 开发
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
```
---