0.2.0 • Published 2 years ago

il2cppdump-mermaid v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

il2cppdump-mermaid

A small script to generate mermaid code from Il2CppInspector generated code that help you understand the relations

Usage

  • Export code grouped by namespace in Il2CppInspector
    • Recommended configs
      • File per namespace
      • Suppress comments
      • Attempt to generate output that compiles
  • Run the script in the exported folder by npx il2cppdump-mermaid namespace|class
  • Script will read all .cs file (excluding global) & generate mermaid code

Hanv't test it against any other full scope Totally not guaranteed to work with other projects

Next steps

  • file name filter --pathPattern=Logic
  • class name filter arguments --classPattern=Character
  • namespace filter --namespace=Towa
  • excluding sub-folder --no-subfolder
0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago