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

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.

Awesome Lists containing this project

README

        

# PZPW

[![Lint](https://github.com/Konijima/pzpw/actions/workflows/Lint.yml/badge.svg)](https://github.com/Konijima/pzpw/actions/workflows/Lint.yml)
[![Build](https://github.com/Konijima/pzpw/actions/workflows/Build.yml/badge.svg)](https://github.com/Konijima/pzpw/actions/workflows/Build.yml)
[![npm version](https://badge.fury.io/js/pzpw.svg)](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