dustjs-helpers

WebJar for dustjs-helpers

License

License

MIT
Categories

Categories

JavaScript Languages Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-linkedin-dustjs-helpers
Last Version

Last Version

1.7.3
Release Date

Release Date

Type

Type

jar
Description

Description

dustjs-helpers
WebJar for dustjs-helpers
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/linkedin/dustjs-helpers

Download github-com-linkedin-dustjs-helpers

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-linkedin-dustjs-helpers/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-linkedin-dustjs-helpers</artifactId>
    <version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-linkedin-dustjs-helpers/
implementation 'org.webjars.npm:github-com-linkedin-dustjs-helpers:1.7.3'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-linkedin-dustjs-helpers/
implementation ("org.webjars.npm:github-com-linkedin-dustjs-helpers:1.7.3")
'org.webjars.npm:github-com-linkedin-dustjs-helpers:jar:1.7.3'
<dependency org="org.webjars.npm" name="github-com-linkedin-dustjs-helpers" rev="1.7.3">
  <artifact name="github-com-linkedin-dustjs-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-linkedin-dustjs-helpers', version='1.7.3')
)
libraryDependencies += "org.webjars.npm" % "github-com-linkedin-dustjs-helpers" % "1.7.3"
[org.webjars.npm/github-com-linkedin-dustjs-helpers "1.7.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Dust Helpers Build Status

This repository holds context helpers for Dust.

Context helpers are augments to the core Dust template syntax. It's possible to write your own helpers and extend the functionality of Dust's templating system.

The helpers we provide as part of this repository fulfill some of the most common use cases encountered while using Dust. We provide official support for these helpers as part of the core Dust library.

Getting Started

The helpers depend on and augment Dust.js. If you need a refresher, read a quick tutorial on using Dust.

You can look at a list of the helpers contained in this package, along with usage examples, on the website.

The changelog documents all added, deprecated, and removed functionality.

org.webjars.npm

LinkedIn

Versions

Version
1.7.3