https://github.com/trigger-segfault/distance.templateprtest
THIS IS A TEST IS A TEST IS A TEST IS A TEST IS A TEST.
https://github.com/trigger-segfault/distance.templateprtest
Last synced: 3 months ago
JSON representation
THIS IS A TEST IS A TEST IS A TEST IS A TEST IS A TEST.
- Host: GitHub
- URL: https://github.com/trigger-segfault/distance.templateprtest
- Owner: trigger-segfault
- License: mit
- Created: 2022-07-12T15:13:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T15:25:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T03:37:41.916Z (5 months ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Distance mod template
Use this repository as a base to create your own Distance mods.
# Using the template
On github, click the `Use this template` button to create a new repository based on this oneOnce the repository is created, be sure to clone it locally **with submodules**:
```sh
git clone --recurse-submodules -j8
```# Setting up the project
After cloning the repository on your local drive, run the [setup.ps1](setup.ps1) script using [PowerShell 7 or higher](https://github.com/PowerShell/PowerShell#get-powershell).This script will rename the files correctly and replace their content to match your mod name.