zipmerger

0.0.3 • Public • Published

ZipMerger

a script to merge multi zip file to one

description

today we use javaassist/asm in Android Transform heavily, but when we want to see the result class file, it may cause a problem. There are a lot of jar file in transform directory, we need to unzip one by one to find the class you want to see, the I write this script, it can merge the jar files to one, then you can use jd-gui to see the class convenient.

usage

zipMerger -s xx -ss xxx -d xxx

  • -s: the zip files locate path, like D:\src
  • -ss: the file suffix you want to handle, like .zip、.jar, your should use | to splt every suffix
  • -d: the location path of the merged zip file
  • -de: the output file extensions

/zipmerger/

    Package Sidebar

    Install

    npm i zipmerger

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    7.16 kB

    Total Files

    5

    Last publish

    Collaborators

    • skyinu