1- # Handlebars.Net.Helpers
1+ # Handlebars.Net.Helpers
22Several helpers which can be used for [ Handlebars.Net] ( https://github.com/rexm/Handlebars.Net )
33
44## Project
@@ -129,13 +129,14 @@ The following default built-in helpers are available:
129129- [ Dictionary] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Dictionary )
130130- [ Constants] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Constants )
131131- [ Enumerable] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Enumerable )
132+ - [ Environment] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Environment ) [ 🔺] ( #a-environmenthelpers )
132133- [ Math] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Math )
133134- [ Regex] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Regex )
134135- [ String] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/String )
135136- [ Url] ( https://github.com/StefH/Handlebars.Net.Helpers/wiki/Url )
136137
137- And the following additonal helpers are available
138- - [ DynamicLinq] ( https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/DynamicLinq )
138+ And the following additonal helpers are available:
139+ - [ DynamicLinq] ( https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/DynamicLinq ) [ 🔺 ] ( #b-systemlinqdynamiccore )
139140- [ Humanizer] ( https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Humanizer )
140141- [ Json] ( https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Json )
141142- [ Random] ( https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Random )
@@ -150,3 +151,8 @@ And the following additonal helpers are available
150151- Some code based on https://www.30secondsofcode.org/c-sharp/t/string/p/1
151152- Some documentation based on https://github.com/arinet/HandlebarDocs
152153- SimpleJson copied from (https://github.com/facebook-csharp-sdk/simple-json )
154+
155+
156+ ## Example
157+ - Static WebAssembly WebSite on GitHub Pages: [ handlebars-net.github.io/Handlebars.Net.Helpers] ( https://handlebars-net.github.io/Handlebars.Net.Helpers/ )
158+ <br >Created with [ Abies] ( https://github.com/Picea/Abies ) .
0 commit comments