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

https://github.com/mario34/cdn-tool

🔧 CDN同步工具
https://github.com/mario34/cdn-tool

Last synced: 4 months ago
JSON representation

🔧 CDN同步工具

Awesome Lists containing this project

README

        

# cdn-tool

cdn文件工具

## 示例

```js
import { getPkgFile } from '@mario34/cdn-tool'

getPkgFile({
pkgList,
async fileReady(fileBuffer, pkg) {
// 处理文件
},
})
```