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.
- Host: GitHub
- URL: https://github.com/maremare/globtester
- Owner: MareMare
- License: mit
- Created: 2024-08-16T05:18:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T20:25:25.000Z (5 months ago)
- Last Synced: 2025-05-17T21:21:17.745Z (5 months ago)
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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/**"
```