An open API service indexing awesome lists of open source software.

https://github.com/bas080/luanti-mod-maintainer


https://github.com/bas080/luanti-mod-maintainer

Last synced: 1 day ago
JSON representation

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/
```