Skip to content

Main template used by PZPW when setting up a new Project Zomboid PipeWrench (Typescript) Mod.

Notifications You must be signed in to change notification settings

Konijima/pzpw-template

Repository files navigation

Wiki PZPW Compiler

{modName}

Description

No description yet...


Mod ID: {modId} Workshop ID:


Copyright {year} {author}




NPM Scripts:

  • npm install Install dependencies.
  • npm run install-compiler: Get instruction to install the compiler.
  • npm run update-compiler: Update the compiler.
  • npm run compile-mods: Compile your project individual mods.
  • npm run compile-workshop: Compile your project for workshop.
  • npm run clean-all: Clean your project and cachedir generated content.
  • npm run clean-project: Clean your project generated content.
  • npm run clean-cachedir-mods: Clean your cachedir generated mod directories.
  • npm run clean-cachedir-workshop: Clean your cachedir generated workshop directory.

About

Main template used by PZPW when setting up a new Project Zomboid PipeWrench (Typescript) Mod.

Topics

Resources

Stars

Watchers

Forks