Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: PlantUML and Markdown Export support #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeFot
Copy link
Collaborator

@MikeFot MikeFot commented Nov 27, 2019

Massive WIP!!!

This is written as quickly and hardcoded as possible. Will get around to fixing it soooooooooon (famous last words).

Changes

  • 2 new export types are supported: To PlantUML and to Markdown. A file will be generated for each class.

New CLI Parameters

  • Added a -p [package_prefix] parameter for filtering a DexClass list by package name.
  • No parameters added for toggling the 2 new exports (yet!).

Sample Usage

-h --input /some.apk -p com.alt234 -o /output/

@MikeFot MikeFot requested a review from alt236 November 27, 2019 15:21
@MikeFot MikeFot added the wip label Nov 27, 2019
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: uk.co.alt236.apkdetails.Main
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to build the jar so this needed to be under resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant