# dustjs-helpers

> Helpers for dustjs-linkedin

Latest version **1.7.4** (published 2017-12-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install dustjs-helpers
pnpm add dustjs-helpers
yarn add dustjs-helpers
bun add dustjs-helpers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.7.4 |
| Published | 2017-12-09 |
| First published | 2012-08-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 112 |
| Author | Aleksander Williams |
| Maintainers | rragan, jimmyhchan, linkedin, sethkinast |
| Keywords | templates, views, helpers, dust, dustjs, dust.js, linkedin |

## Links

- npm: https://www.npmjs.com/package/dustjs-helpers
- Repository: https://github.com/linkedin/dustjs-helpers
- Homepage: http://dustjs.com/
- Issues: https://github.com/linkedin/dustjs-helpers/issues
- npm.io page: https://npm.io/package/dustjs-helpers

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.7.4 (latest) — 2017-12-09
- 1.7.3 — 2015-07-28
- 1.7.2 — 2015-07-08
- 1.7.1 — 2015-04-29
- 1.7.0 — 2015-04-18
- 1.6.3 — 2015-04-13
- 1.6.2 — 2015-03-27
- 1.6.1 — 2015-03-11
- 1.6.0 — 2015-03-05
- 1.5.0 — 2014-11-20
- 1.4.0 — 2014-11-04
- 1.3.0 — 2014-09-09
- 1.2.0 — 2014-02-21
- 1.1.2 — 2014-01-25
- 1.1.1 — 2013-02-08
- … 2 more at https://npm.io/package/dustjs-helpers/versions

## README

# Dust Helpers  [![Build Status](https://secure.travis-ci.org/linkedin/dustjs-helpers.png)](http://travis-ci.org/linkedin/dustjs-helpers)

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](http://www.dustjs.com/guides/getting-started/).

You can look at a [list of the helpers](http://www.dustjs.com/guides/dust-helpers/) contained in this package, along with usage examples, on the website.

The [changelog](https://github.com/linkedin/dustjs-helpers/blob/master/CHANGELOG.md) documents all added, deprecated, and removed functionality.

---
_Source: https://npm.io/package/dustjs-helpers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
