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-markdown-cil/scripts
D. Moonfire 2ea1905fac build: fixing typos in scripts 2022-11-02 19:42:20 -05:00
..
README.md build: preparing project layout 2022-09-05 22:37:35 -05:00
build.sh feat: implemented wiki links for both HTML and Gemtext 2022-11-02 17:37:04 -05:00
format.sh build: preparing project layout 2022-09-05 22:37:35 -05:00
release.sh build: fixing typos in scripts 2022-11-02 19:42:20 -05:00
setup.sh build: fixed setup.sh script 2022-11-02 17:59:13 -05:00
test.sh build: fixing typos in scripts 2022-11-02 19:42:20 -05:00
update-template.sh build: preparing project layout 2022-09-05 22:37:35 -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.