Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/konijima/pzpw-template
- Owner: Konijima
- Created: 2022-07-30T12:21:10.000Z (over 2 years ago)
- Default Branch: v2.0
- Last Pushed: 2023-05-04T01:18:42.000Z (over 1 year ago)
- Last Synced: 2024-10-08T11:51:12.271Z (about 1 month ago)
- Topics: pipewrench, project-zomboid, template, typescript
- Homepage:
- Size: 259 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.