Handlebars.js 4.0.0

dotnet add package Handlebars.js --version 4.0.0
                    
NuGet\Install-Package Handlebars.js -Version 4.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Handlebars.js" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Handlebars.js" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Handlebars.js" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Handlebars.js --version 4.0.0
                    
#r "nuget: Handlebars.js, 4.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Handlebars.js&version=4.0.0
                    
Install Handlebars.js as a Cake Addin
#tool nuget:?package=Handlebars.js&version=4.0.0
                    
Install Handlebars.js as a Cake Tool

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/.

There are no supported framework assets in this package.

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 127,930 4/14/2019
3.0.0 429,007 6/22/2015
2.0.0 66,638 10/23/2014
1.3.0 116,055 2/17/2014
1.1.2 19,106 11/12/2013
1.1.1 2,591 11/5/2013
1.1.0.1 52,764 6/5/2013
1.1.0 1,587 6/5/2013
1.0.9.1 22,374 2/19/2013
1.0.9 2,243 2/11/2013
1.0.8 38,094 9/27/2012
1.0.7 61,088 3/28/2012
1.0.6 1,786 3/28/2012

NuGet Handlebars.js version 4.0.0.0 contains latest release version 4.1.2 of Handlebars.JS from http://handlebarsjs.com/

NuGet Handlebars.js version 3.0.0.0 contains release version 3.0.3 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