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.
D. Moonfire 05a4bc14f7 chore: switching test detection 9 months ago
..
README.md feat: initial commit 9 months ago
build.sh feat: initial commit 9 months ago
format.sh feat: initial commit 9 months ago
release.sh chore(release): modifying NuGet publishing 9 months ago
setup.sh feat: initial commit 9 months ago
test.sh chore: switching test detection 9 months ago
update-template.sh chore: added an update-template script 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.