Handlebars.js
2.0.0
See the version list below for details.
dotnet add package Handlebars.js --version 2.0.0
NuGet\Install-Package Handlebars.js -Version 2.0.0
<PackageReference Include="Handlebars.js" Version="2.0.0" />
paket add Handlebars.js --version 2.0.0
#r "nuget: Handlebars.js, 2.0.0"
// Install Handlebars.js as a Cake Addin #addin nuget:?package=Handlebars.js&version=2.0.0 // Install Handlebars.js as a Cake Tool #tool nuget:?package=Handlebars.js&version=2.0.0
Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.
Checkout the official Handlebars docs site at http://www.handlebarsjs.com/.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Handlebars.js:
Package | Downloads |
---|---|
Vault.js
Part of Vault libraries set designed to enhance experience with latest UI frameworks. |
|
Incoding.MetaLanguage
Define behavior of your Ajax dynamic pages with NO Javascript code. |
|
SimplePagingGrid
Bootstrap based JavaScript grid built as a jQuery plugin and making use of the Handlebars templating library. Super simple to use and very customizable. |
|
AppBoxr
A .NET micro framework full of awesomeness |
|
InsanelySimpleBlog
Drop in blog for MVC4 websites |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 117,500 | 4/14/2019 |
3.0.0 | 409,964 | 6/22/2015 |
2.0.0 | 64,314 | 10/23/2014 |
1.3.0 | 106,274 | 2/17/2014 |
1.1.2 | 18,541 | 11/12/2013 |
1.1.1 | 2,457 | 11/5/2013 |
1.1.0.1 | 51,664 | 6/5/2013 |
1.1.0 | 1,467 | 6/5/2013 |
1.0.9.1 | 21,060 | 2/19/2013 |
1.0.9 | 2,126 | 2/11/2013 |
1.0.8 | 37,351 | 9/27/2012 |
1.0.7 | 59,291 | 3/28/2012 |
1.0.6 | 1,655 | 3/28/2012 |
NuGet Handlebars.js version 2.0.0.0 contains latest release version 2.0.0 of Handlebars.JS from http://handlebarsjs.com/
Note 1: be prepeared to recompile templates if you use precompiler (runtime) and upgrade from version 1.x
Note 2: starting from version 1.0.9 minifiled handlebars.min.js file was added. Please update your code for production environment to use this file to save more trees in the world!
Note 3: starting from v1.1.2, separated files included for AMD support