-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README updates with links to Nuget packages
- Loading branch information
Showing
4 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Nancy.ViewEngines.Veil | ||
|
||
A ViewEngine for [Nancy](http://nancyfx.org/) which detects installed Veil parsers and uses them to renders views with matching extensions. | ||
|
||
Get it on nuget `Install-Package Nancy.ViewEngines.Veil` | ||
|
||
**Note:** | ||
In addition to installing this package, you need to install one or more syntax parsers for Veil. | ||
|
||
* [Veil.Handlebars](https://github.com/csainty/Veil/tree/master/Src/Veil.Handlebars) | ||
* [Veil.SuperSimple](https://github.com/csainty/Veil/tree/master/Src/Veil.SuperSimple) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters