Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LinkedInAttic/dustjs-helpers
Helpers for dustjs-linkedin
https://github.com/LinkedInAttic/dustjs-helpers
Last synced: 3 months ago
JSON representation
Helpers for dustjs-linkedin
- Host: GitHub
- URL: https://github.com/LinkedInAttic/dustjs-helpers
- Owner: LinkedInAttic
- License: mit
- Created: 2012-08-08T15:40:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T17:44:32.000Z (9 months ago)
- Last Synced: 2024-04-14T14:20:12.781Z (7 months ago)
- Language: JavaScript
- Size: 3.01 MB
- Stars: 115
- Watchers: 34
- Forks: 73
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.