-
有一个实用工具,可以下载 JavaScript 和 TypeScript 模块图并将其保存在本地的一个特定 zip 文件中
资源介绍
压缩包可以下载 JavaScript 和 TypeScript 模块图并将它们本地存储在一个特殊的 zip 文件中的实用程序。要创建新存档:> eszip get https://raw.githubusercontent.com/satyarohith/kament/main/mod.ts
Download https://raw.githubusercontent.com/satyarohith/kament/main/mod.ts
...
Wrote es.zip要打印 eszip 文件中的模块列表:> eszip list es.zip
https://denopkg.com/chiefbiiko/sha512/mod.ts
https://deno.land/x/[email protected] /algorithm.ts
https://deno.land/x/[email protected] /src/rsa/rsa_key.ts
https://deno.land/x/[email protected] /src/rsa/rsa_js.ts
...从