Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 203 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 203 Bytes

pzts-template

This is an example mod for Project Zomboid created with TypeScript.

How to use

npx degit github:Z-Machine/pzts-template my-new-project
cd ./my-new-project
npm i
code .