An open API service indexing awesome lists of open source software.

https://github.com/maremare/globtester

⚠️for personal use. A simple glob testing tool.
https://github.com/maremare/globtester

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# GlobTester
A simple glob testing tool.

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

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