NLightTemplate is a lightweight string template renderer with a simple syntax similar to C# 6 interpolation.
Info
| Version: | 1.1.0 |
| Author(s): | Kyle Manuel |
| Last Update: | Tuesday, November 27, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kylepmanuel/nlighttemplate |
| NuGet Url: | https://www.nuget.org/packages/NLightTemplate |
Install
Install-Package NLightTemplate
dotnet add package NLightTemplate
paket add NLightTemplate
NLightTemplate Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.CSharp(>= 4.5.0)
- System.Dynamic.Runtime(>= 4.3.0)
- Microsoft.CSharp(>= 4.5.0)
- NETStandard.Library(>= 1.6.1)
- System.Dynamic.Runtime(>= 4.3.0)
Tags