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-toolbuilder-cil/scripts
2022-04-02 19:15:31 -05:00
..
build.sh build: removing Node dependency 2022-04-02 19:14:52 -05:00
format.sh build: adding lefthook for hook management 2022-04-02 19:15:30 -05:00
README.md build: removing Node dependency 2022-04-02 19:14:52 -05:00
release.sh build: removing Node dependency 2022-04-02 19:14:52 -05:00
setup.sh build: adding some automatic formatting on commits 2022-04-02 19:15:31 -05:00
test.sh build: removing Node dependency 2022-04-02 19:14:52 -05:00

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.

release.sh

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