/GlobTester

⚠️for personal use. A simple glob testing tool.

Primary LanguageC#MIT LicenseMIT

GlobTester

A simple glob testing tool.

# build
dotnet publish --configuration Release -p:PublishProfile=FolderProfile --output ".\artifacts\GlobTester" ".\src\GlobTester\GlobTester.csproj"

# run sample
.\artifacts\GlobTester\GlobTester.exe "src/**" "!**/bin/**" "!**/obj/**"