Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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) {
// 处理文件
},
})
```