1.0.6 • Published 5 years ago

apker2 v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

apker

A android platform-tool 'aapt' node wraper

Install

$ npm install -g apker

Parse android APK info

apker -p <apk-path>
apker --path=<apk-path>

Use in code

var parser = require('apker');
parser.parse('./**.apk', function (err, info) {
   if(err){
       return console.error(err);
   }

   console.log(info);
});
1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago