trglob 0.21.16

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trglob --version 0.21.16
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local trglob --version 0.21.16
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trglob&version=0.21.16
                    
nuke :add-package trglob --version 0.21.16
                    

trglob

Summary

Expand a glob string into file names.

Description

Usage

trgen <string>+

Examples

trglob '../examples/**/*.dart'
trglob '../examples/**'

Current version

0.21.16 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime. Update templates.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.23.24 324 7/15/2025
0.23.23 834 7/6/2025
0.23.22 487 6/27/2025
0.23.21 1,674 6/6/2025
0.23.20 239 6/4/2025
0.23.19 219 6/4/2025
0.23.18 972 5/13/2025
0.23.17 3,956 3/7/2025
0.23.16 524 3/4/2025
0.23.15 141 2/25/2025
0.23.14 663 2/9/2025
0.23.13 413 1/19/2025
0.23.12 431 1/16/2025
0.23.11 2,617 12/18/2024
0.23.10 128 12/12/2024
0.23.9 132 11/29/2024
0.23.8 172 11/1/2024
0.23.7 4,272 10/9/2024
0.23.6 988 9/21/2024
0.23.5 143 9/15/2024
0.23.4 159 9/7/2024
0.23.3 1,205 8/15/2024
0.23.2 226 6/28/2024
0.23.1 165 6/22/2024
0.23.0 7,246 4/25/2024
0.22.0 5,505 2/26/2024
0.21.16 20,746 11/16/2023
0.21.15 377 11/16/2023
0.21.14 219 11/15/2023
0.21.13 219 11/14/2023

# trglob
## Summary
Expand a glob string into file names.
## Description
## Usage
trgen <string>+
## Examples
trglob '../examples/**/*.dart'
trglob '../examples/**'
## Current version
0.21.16 Add trglob for platform-independent "find" for testing. Add Antlr4ng target, a new Antlr4 tool and TypeScript runtime. Update templates.