trgen2 0.18.1

dotnet tool install --global trgen2 --version 0.18.1
                    
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 trgen2 --version 0.18.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trgen2&version=0.18.1
                    
nuke :add-package trgen2 --version 0.18.1
                    

Generate from template.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.18.1 610 11/11/2022
0.18.0 484 11/7/2022
0.17.0 936 9/11/2022
0.16.5 577 7/29/2022
0.16.4 597 6/13/2022
0.16.3 616 5/7/2022
0.16.2 592 5/6/2022
0.16.1 585 5/5/2022
0.16.0 629 4/13/2022
0.15.1 629 4/4/2022
0.15.0 616 3/20/2022
0.14.3 624 2/27/2022
0.14.2 611 2/18/2022
0.14.1 651 1/26/2022
0.14.0 602 1/26/2022
0.13.8 629 1/14/2022
0.13.7 625 1/13/2022
0.13.6 636 1/13/2022
0.13.5 451 1/12/2022
0.13.4 610 1/11/2022
Loading failed

# trgen2
## Summary
Generate files from template and XML doc list.
## Description
Generate files from template and a parameterize list of names and values.
The generated parser is placed in the directory <current-directory>/Generated/.
## Usage
trgen2 <options>*
## Examples
trgen
## Current version
0.18.1 Fix trperf, trfirst. Adding Xalan code. Fix #180. Fix crash in trgen https://github.com/antlr/grammars-v4/issues/2818. Fix #134. Add -e option to trrename. Update Antlr4BuildTasks version. Fix #197, #198. Fix trparse exit code. Add --quiet option to trparse to just get exit code. Change trgen templates to remove -file option, make file name parsing the default.