https://github.com/bas080/luanti-mod-maintainer
https://github.com/bas080/luanti-mod-maintainer
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/bas080/luanti-mod-maintainer
- Owner: bas080
- License: gpl-2.0
- Created: 2026-02-27T11:59:45.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-02-27T15:18:05.000Z (about 1 month ago)
- Last Synced: 2026-02-27T17:44:45.279Z (about 1 month ago)
- Language: Perl
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luanti Mod Maintainer
Clone the test suite repository if you haven’t already:
```bash
git clone https://github.com/luanti/luanti-mod-maintainer.git
````
Some scripts have dependencies.
```bash
cpanm --installdeps .
```
Then, from the root directory of the mod you want to test, run:
```bash
prove -v path/to/luanti-mod-maintainer/t/
```
This repo also comes with some autofix scripts.
```bash
prove -v path/to/luanti-mod-maintainer/fix/
```