Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
🔧 CDN同步工具
- Host: GitHub
- URL: https://github.com/mario34/cdn-tool
- Owner: Mario34
- Created: 2023-02-05T15:12:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:59:57.000Z (12 months ago)
- Last Synced: 2024-04-24T18:55:44.188Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cdn-tool
cdn文件工具
## 示例
```js
import { getPkgFile } from '@mario34/cdn-tool'getPkgFile({
pkgList,
async fileReady(fileBuffer, pkg) {
// 处理文件
},
})
```