assets-manifest-parser
v0.2.3
Published
A Node.js CLI tool for parsing binary manifest files generated by yooasset
Readme
assets-manifest-praser
A Node.js CLI tool for parsing manifest files generated by yooasset.
SEA-Project专用包,暂时无维护其泛用用途的安排。
Usage
CLI Usage
@sea/assets-manifest-praser cli [OPTIONS] \<INPUT\> [VERSION]
ARGUMENTS
INPUT: 包含 manifest 文件的文件夹路径VERSION: manifest 文件的版本号, 默认为1.5.2 (目前只支持1.5.2)
OPTIONS
--output: 输出目录, 默认为当前目录
EXAMPLE
npx assets-manifest-parser ./path/to/ManifestFiles
npx assets-manifest-parser --output=./output ./path/to/ManifestFiles 1.5.2API Usage
参考 example.ts
