Skip to content

WIP: PlantUML and Markdown Export support - #20

Open
MikeFot wants to merge 1 commit into
masterfrom
feature/plantuml_exports
Open

WIP: PlantUML and Markdown Export support#20
MikeFot wants to merge 1 commit into
masterfrom
feature/plantuml_exports

Conversation

@MikeFot

@MikeFot MikeFot commented Nov 27, 2019

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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