You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mfgames-markdown-cil/scripts
D. Moonfire 2ea1905fac build: fixing typos in scripts 7 months ago
..
README.md build: preparing project layout 9 months ago
build.sh feat: implemented wiki links for both HTML and Gemtext 7 months ago
format.sh build: preparing project layout 9 months ago
release.sh build: fixing typos in scripts 7 months ago
setup.sh build: fixed setup.sh script 7 months ago
test.sh build: fixing typos in scripts 7 months ago
update-template.sh build: preparing project layout 9 months ago

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.