Skip to content

transmitly/transmitly-template-engine-scriban

Repository files navigation

Transmitly.TemplateEngine.Scriban

A Transmitly template engine that enables rendering templates with the Scriban template engine.

Getting started

To use the Scriban template engine, first install the NuGet package:

dotnet add package Transmitly.TemplateEngine.Scriban

Then add the channel provider using AddScribanTemplateEngine():

using Transmitly;
...
var communicationClient = new CommunicationsClientBuilder()
	.AddScribanTemplateEngine();
  • Check out the Transmitly project for more details on what a template engine is and how it can be used to improve how you manage your customer communications.

Copyright © Code Impressions, LLC. This open-source project is sponsored and maintained by Code Impressions and is licensed under the Apache License, Version 2.0.

Packages

 
 
 

Contributors 2

  •  
  •  

Languages