Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Helpers for dustjs-linkedin
https://github.com/LinkedInAttic/dustjs-helpers

Last synced: about 2 months ago
JSON representation

Helpers for dustjs-linkedin

Awesome Lists containing this project

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.