Refactor LuaDocs generator

This commit is contained in:
peelz
2022-08-03 21:34:42 -04:00
parent 545c38c26c
commit 4a6e13a0dc
38 changed files with 482 additions and 12520 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd "$DIR/LuaDocsGenerator"
if ! command -v "dotnet" &> /dev/null; then
if [[ -z "dotnet" ]]; then
echo "dotnet not found"
fi
exit 1
fi
dotnet build -clp:"ErrorsOnly;Summary"
dotnet run --no-build