chenquincy / app-info-parser

A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
MIT License
492 stars 116 forks source link

Feature request: cli interface #59

Closed carlosen14 closed 3 years ago

carlosen14 commented 3 years ago

It would be helpfull, just to call npx app-info-parser --apk ./release/release.apk

chenquincy commented 3 years ago

@carlosen14 Nice suggestion! I support it just right. You can try it by:

npx app-info-parser -f ./test.apk

Refer to README for detail.

chenquincy commented 3 years ago

Thx your advice again!