Project Zomboid Mod CLI (pzmcli) - terminal tool for create mods on Linux for Project Zomboid
Work in progress. Don't use yet.
- Self installer with self update.
- Create new mod with skeleton directories.
- Mock to Project Zomboid exported Java functions.
- Run tests to check mod.
- Prepare mod release.
- Make mod release to Steam without entering to Project Zomboid game.
- Add VERSION file to mod
wget -O pzmcli.sh https://raw.githubusercontent.com/openzomboid/pzmcli/master/pzmcli.sh && chmod +x pzmcli.sh && ./pzmcli.sh self-install pzmcli && rm pzmcli.sh
pzmcli self-uninstall