bundletool:bundletool周围的非官方包装器,可以在代码中使用它

时间:2021-05-23 04:25:28
【文件属性】:
文件名称:bundletool:bundletool周围的非官方包装器,可以在代码中使用它
文件大小:22KB
文件格式:ZIP
更新时间:2021-05-23 04:25:28
JavaScript 捆绑工具 围绕非常简单的包装器。 要求 您的机器NodeJS 12.18.0上必须具有Java JDK 8+(较低版本的版本可以运行,但不受支持) 安装 npm install bundletool或yarn add bundletool 用法 import bundletool from "bundletool" // or the require equivalent await bundletool([command], [args]); // async / await bundletool([command], [args]) .then(response => /* do something */); .catch(err => /* handle err */ ) 原料药 async bundletool(command, [args]) 范围 描述 必需的 类型
【文件预览】:
bundletool-master
----CONTRIBUTION.md(2KB)
----.github()
--------workflows()
----yarn.lock(1KB)
----src()
--------index.ts(280B)
--------types()
----constants.js(462B)
----.npmignore(82B)
----TODO.md(108B)
----tsconfig.json(263B)
----LICENSE(34KB)
----.prettierrc(109B)
----README.md(2KB)
----constants.d.ts(243B)
----install.js(3KB)
----.gitignore(41B)
----CHANGELOG.md(470B)
----package-lock.json(2KB)
----package.json(861B)

网友评论