mirror of
https://github.com/tiennm99/MTTools.git
synced 2026-08-14 11:24:26 +00:00
docs: flesh out README
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
# circular-dependency-checker
|
||||
Detect cyclic dependencies in Godot, which cause "bad address index". Inspired by https://gist.github.com/tavurth/0d4c49a0a800cbc27f80c3a68f0c8ee7
|
||||
|
||||
Detects cyclic dependencies in Godot projects that cause "bad address index" errors.
|
||||
|
||||
## Quick start
|
||||
|
||||
```bash
|
||||
python circular_dependency_checker.py <path-to-godot-project>
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Apache-2.0 — see [LICENSE](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user