0.0.8 • Published 11 years ago
wisconsin-index-generator v0.0.8
Wisconsin Index Generator
This script will generate an index.xml file for a Raccoon archive folder. It will contain a list of all your apks with their basic metadata (id, version, icon) in this folder.
Before You Begin
- Make sure you have NodeJS already installed.
- Make sure you have Android SDK installed and that
aaptutility is in your PATH.aaptutility is located at[your-android-installation]/build-tools/[version-number]/. Add this to your path.
Install
npm install -g wisconsin-index-generatorUsage
- run
wisconsin-index-generator /path/to/apk_storage - There will be an
index.xmlfile in/path/to/apk_storagedirectory.
Example Output
To know the format of expected output, there is an index.example.xml file inside this repository.