dustjs-helpers

Helpers for dustjs-linkedin

Usage no npm install needed!

<script type="module">
  import dustjsHelpers from 'https://cdn.skypack.dev/dustjs-helpers';
</script>

README

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.