raboof - T5.TextTransform.Tool 1.1.0-ci-20181212T0951

T4 text transformation tool for dotnet CLI.

PM> Install-Package T5.TextTransform.Tool -Version 1.1.0-ci-20181212T0951 -Source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard

> nuget.exe install T5.TextTransform.Tool -Version 1.1.0-ci-20181212T0951 -Source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard

> dotnet add package T5.TextTransform.Tool --version 1.1.0-ci-20181212T0951 --source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard
<DotNetCliToolReference Include="T5.TextTransform.Tool" Version="1.1.0-ci-20181212T0951" />
Copy to clipboard
source https://www.myget.org/F/raboof/api/v3/index.json

nuget T5.TextTransform.Tool  ~> 1.1.0-ci-20181212T0951
Copy to clipboard

> choco install T5.TextTransform.Tool --version 1.1.0-ci-20181212T0951 --source https://www.myget.org/F/raboof/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "raboof" -SourceLocation "https://www.myget.org/F/raboof/api/v2"
Install-Module -Name "T5.TextTransform.Tool" -RequiredVersion "1.1.0-ci-20181212T0951" -Repository "raboof" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/raboof/symbols/


T5

Build Status Build Status
NuGet MyGet
NuGet MyGet

T5 is an open-source implementation of the T4 text templating engine for .NET Core based on and derived from Mono.TextTemplating.

Usage

The TextTransform tool can be installed into a .NET Core 2.0 project by adding a <DotNetCliToolReference> node to the project file, as shown below:

  <ItemGroup>
    <DotNetCliToolReference Include="T5.TextTransform.Tool"
                            Version="1.1.0-*" />
  </ItemGroup>

Set the Version attribute value to the desired version of the tool.

The reference will cause the tool to be installed whenever dotnet restore is run next. It can then be used as follows:

dotnet tt TEMPLATE

Replace TEMPLATE with the path to your T4 template.

For full help on usage, run:

dotnet tt --help

When you run dotnet tt, make sure that you do so from the project's directory set as your shell's current directory otherwise dotnet will complain with an error message along the lines of:

No executable found matching command "dotnet-tt"

Building

Make sure that the .NET SDK Core 2.0 is installed.

To build the project, run build.cmd on Windows or build.sh on macOS or a supported Linux distribution.

To run the unit tests, run test.cmd on Windows or test.sh on macOS or a supported Linux distribution. The test script builds the project before running the unit tests.

To build NuGet packages for distribution, run pack.cmd on Windows or pack.sh on macOS or a supported Linux distribution. The packaging script builds the project but does not run unit tests. The script accepts a single optional argument that is used as the version suffix of the packages, e.g. beta1.

  • .NETCoreApp 2.0
    • Microsoft.NETCore.App (>= 2.0.0)
    • T5.TextTemplating (>= 1.1.0-ci-20181212T0951)
  • .NETCoreApp 2.0: 2.0.0.0

                        
Assembly Assembly hash Match
/lib/netcoreapp2.0/dotnet-tt.dll fd02241ae1f34617bd47a68188e98fe5FFFFFFFF

Owners

Atif Aziz

Authors

Atif Aziz, Mikayla Hutchinson

Project URL

https://github.com/atifaziz/t5

License

MIT

Tags

t4 templating texttransform

Info

13 total downloads
1 downloads for version 1.1.0-ci-20181212T0951
Download (14.86 KB)
Download legacy symbols (32.09 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.1.0-ci-20181212T0951 14.86 KB Wed, 12 Dec 2018 09:54:43 GMT 1
1.1.0-ci-20181212T0942 14.87 KB Wed, 12 Dec 2018 09:44:19 GMT 1
1.1.0-ci-20180912T1913 14.87 KB Wed, 12 Sep 2018 19:15:01 GMT 2
1.1.0-ci-20180612T1100 14.87 KB Tue, 12 Jun 2018 11:02:10 GMT 2
1.0.0-ci-20180611T1331 14.86 KB Mon, 11 Jun 2018 13:32:45 GMT 1
1.0.0-ci-20180523T1037 14.87 KB Wed, 23 May 2018 15:09:30 GMT 1
1.0.0-ci-20180207T1623 14.81 KB Wed, 07 Feb 2018 17:48:26 GMT 2
1.0.0-ci-20180206T1026 14.55 KB Tue, 06 Feb 2018 10:30:38 GMT 3