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.
an open-source project sponsored by CiLabs of Code Impressions, LLC

Copyright © Code Impressions, LLC - Provided under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages