Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konijima/pzpw-template

Main template used by PZPW when setting up a new Project Zomboid PipeWrench (Typescript) Mod.
https://github.com/konijima/pzpw-template

pipewrench project-zomboid template typescript

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[Wiki](https://github.com/asledgehammer/PipeWrench/wiki) | [PZPW](https://github.com/Konijima/pzpw) | [Compiler](https://github.com/Konijima/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.