feat: improve cli tool

This commit is contained in:
2024-04-17 22:49:47 +02:00
parent 0dea9a7b01
commit 94ce29d4de
4 changed files with 106 additions and 27 deletions

19
enmacompat/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Enma Compat
Library with CLI tool to work with Enma Engine's emedded data
## CLI
You can use the CLI to inspect data contained in the binary
```sh
# Only need to run this once
enmacompat --path path/to/exe analyze
# This is for inspecting
enmacompat --path path/to/exe extract
```
## Blender Script
TODO;