Handlebars.js 2.0.0

dotnet add package Handlebars.js --version 2.0.0
NuGet\Install-Package Handlebars.js -Version 2.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="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Handlebars.js --version 2.0.0
#r "nuget: Handlebars.js, 2.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.
// 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/.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 8,698 10/23/2014
1.3.0 10,139 2/17/2014
1.1.2 1,372 11/12/2013
1.1.1 405 11/5/2013
1.1.0.1 3,065 6/5/2013
1.1.0 60 6/5/2013
1.0.9.1 1,376 2/19/2013
1.0.9 65 2/11/2013
1.0.8 2,768 9/27/2012
1.0.7 668 3/28/2012
1.0.6 60 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