An open API service indexing awesome lists of open source software.

https://github.com/rwson/ntfs-reader

Mac平台下的NTFS文件系统驱动
https://github.com/rwson/ntfs-reader

Last synced: 12 months ago
JSON representation

Mac平台下的NTFS文件系统驱动

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

```

---