Skip to content

Node command-line tool to compile PZPW projects.

License

Notifications You must be signed in to change notification settings

Konijima/pzpw-compiler

Repository files navigation

PZPW Compiler

Lint Build npm version


NPM PZPW Template Donation

Requirements

To install and use PZPW Compiler you need NodeJS and NPM.


Installation

Install globally using npm:

npm install -g pzpw-compiler

Commands

Compile all mods.

Optionally specify the mod ids to compile.

pzpw-compiler mods <mod1> <mod2>

Compile mods into workshop.

Optionally specify the mod ids to compile.

pzpw-compiler workshop <mod1> <mod2>

Get, set or unset game cachedir.

pzpw-compiler cachedir <get|set|unset> <path>

Update PZPW Compiler.

pzpw-compiler update

Get help about commands.

pzpw-compiler help <command>

Clean cachedir generated files.

pzpw-compiler clean <all|mods|workshop>

Print the current version.

pzpw-compiler version

Apache License Version 2.0
Copyright 2022 Konijima