Skip to content

Hochmah/scriban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriban Build status NuGet

Scriban is a fast, powerful and lightweight text templating language and engine for .NET

var template = Template.Parse("Hello {{name}}!")
template.Render(new { name = "foo" }); // => "hi foo!" 

Features

Scriban is similar to liquid or handlebars but provides additional support for:

Documentation

  • See the Language for a description of the language syntax and the built-in functions
  • See the Runtime for the a description of the runtime API.

Binaries

Compatible with the following .NET framework profiles:

  • .NET3.5
  • .NET4.0+ via the PCL profile portable40-net40+sl5+win8+wp8+wpa81
  • NetStandard1.1 running on CoreCLR

License

This software is released under the BSD-Clause 2 license.

Related projects

  • dotliquid: .NET port of the liquid templating engine by @tgjones
  • Handlebars.Net: .NET port of handlebars.js by @rexm

Author

Alexandre Mutel aka xoofx.

About

A fast, powerful and lightweight text templating language and engine for .NET

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%