This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-nitride-cil/scripts
D. Moonfire bca501d4e5
ci/woodpecker/manual/woodpecker Pipeline failed Details
ci: updating to not create 1.0.0 packages
2023-01-18 15:49:51 -06:00
..
README.md feat: initial commit 2022-09-05 16:41:27 -05:00
build.sh feat: initial commit 2022-09-05 16:41:27 -05:00
format.sh feat: initial commit 2022-09-05 16:41:27 -05:00
release.sh ci: updating to not create 1.0.0 packages 2023-01-18 15:49:51 -06:00
setup.sh build: no prettier left 2023-01-16 22:13:58 -06:00
test.sh chore: switching test detection 2022-09-06 00:39:35 -05:00
update-template.sh chore: added an update-template script 2022-09-05 17:28:14 -05:00

README.md

Scripts Directory

This directory contains the basic scripts for working with the library.

setup.sh

This verifies the environment is correct and makes sure everything is configured.

build.sh

This builds the project and creates the binaries in debug mode.

test.sh

This runs any required tests.

format.sh

This is used to format the code base using our standards. It matches the commands in the lefthook pre-commit hook.

release.sh

Intended to run in a CI environment, this creates a NuGet package and publishes it.