https://github.com/konijima/pzpw
Node command-line tool to create and manage PZPW projects.
https://github.com/konijima/pzpw
modding-tools pipewrench project-zomboid typescript
Last synced: 2 months ago
JSON representation
Node command-line tool to create and manage PZPW projects.
- Host: GitHub
- URL: https://github.com/konijima/pzpw
- Owner: Konijima
- License: apache-2.0
- Created: 2022-07-14T13:11:54.000Z (almost 3 years ago)
- Default Branch: v2.0
- Last Pushed: 2024-01-21T22:55:11.000Z (over 1 year ago)
- Last Synced: 2025-03-21T13:53:24.295Z (3 months ago)
- Topics: modding-tools, pipewrench, project-zomboid, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/pzpw
- Size: 193 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PZPW
[](https://github.com/Konijima/pzpw/actions/workflows/Lint.yml)
[](https://github.com/Konijima/pzpw/actions/workflows/Build.yml)
[](https://badge.fury.io/js/pzpw)Node command-line tool to create and manage PZPW projects.
[NPM](https://www.npmjs.com/search?q=pzpw) | [Template](https://github.com/Konijima/pzpw-template) | [Compiler](https://github.com/Konijima/pzpw-compiler) | [Donation](https://paypal.me/Konijima)
|---|---|---|---|
# Requirements
To install and use PZPW you need `NodeJS`, `NPM` & `git`.
- [Download NodeJS + NPM](https://nodejs.org/en/download/)
*Latest LTS Version: 16.17.0 (includes npm 8.15.0)*
- [git](https://git-scm.com/downloads)
# Installation
```
npm install -g pzpw
```
# Commands
### Create a new PipeWrench project.
```
pzpw new
```
### Add an additional mod to your project.
```
pzpw add
```
### Update pzpw, compiler and project dependencies.
```
pzpw update
```
### Manage PZPW cachedir, e.g: C:/Users/Konijima/Zomboid
```
pzpw cachedir
```
### Manage PZPW global settings
```
pzpw setting
```
### Check current pzpw version.
```
pzpw version
```
### Show available commands.
```
pzpw help
```
> Apache License Version 2.0
> Copyright 2022 Konijima