/T4.FileManager.VisualStudio

Manager for generating multiple files with T4 text templates.

Primary LanguageC#MIT LicenseMIT

T4.FileManager.VisualStudio

Build Status Nuget

Go to the documentation for detailed usage.

Getting Started

Prerequisites

Program Version Link Info
Visual Studio Community 2017, 2019 https://visualstudio.microsoft.com/vs/ N/A

Installing

Install the nuget package in your project.

Install-Package T4.FileManager.VisualStudio

For more information see documentation.

Running

The execution of the generation remains on the original T4 Text Templates (https://docs.microsoft.com/en-us/visualstudio/modeling/code-generation-and-t4-text-templates?view=vs-2019).

Testing

There are some user story oriented SpecFlow tests for ensuring that the FileManager is working as expected. These tests are located in the project T4.FileManager.VisualStudio.AcceptanceCriteria.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Built With

Breaking changes to old FileManager

  • No support for TFS version control
  • *.txt4 is now named *.info.json

Link to old FileManager: https://github.com/renegadexx/T4.Helper.