Skip to content

Commit 17ef56c

Browse files
committed
🔺
1 parent 6b2c0b0 commit 17ef56c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Handlebars.Net.Helpers
1+
# Handlebars.Net.Helpers
22
Several 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).

examples/AbiesWebAssembly/AbiesWebAssembly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<PublishTrimmed>false</PublishTrimmed>
66
</PropertyGroup>
7+
78
<ItemGroup>
8-
<Content Remove="C:\Users\StefHeyenrath\.nuget\packages\abies\1.0.8-beta\contentFiles\any\any\wwwroot\abies.js" />
99
<Content Remove="wwwroot\abies.js" />
1010
</ItemGroup>
1111

0 commit comments

Comments
 (0)