Skip to content

linkedin/dustjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

113943a · Jul 12, 2023
Dec 28, 2021
May 25, 2015
Oct 20, 2021
Jun 2, 2016
Dec 29, 2021
Sep 12, 2016
Oct 12, 2021
Oct 12, 2021
May 7, 2015
Oct 12, 2021
Dec 29, 2021
Jun 2, 2016
Oct 26, 2010
Jul 4, 2023
Dec 29, 2021
Apr 14, 2015
Dec 29, 2021

Repository files navigation

Dust.js Build Status Sauce Test Status

Asynchronous Javascript templating for the browser and server. This fork is maintained by LinkedIn.

Install

NPM

Important: We recommend that you lock your version of Dust to a specific minor version, instead of a major version. By default, NPM will add "dustjs-linkedin": "^2.x.y" to your package.json, which will install new minor versions automatically.

npm install --save --production dustjs-linkedin
# If you want the dustc compiler available globally
npm install --global --production dustjs-linkedin

If you want to add the Dust helpers or secure filters:

npm install --save --production dustjs-helpers

Bower

bower install --save dustjs-linkedin

Get Started

  • Read dustjs.com for guides, tutorials, and documentation.
  • Check out the examples/ directory in the repo for simple examples to help you get started using Dust in a variety of ways.

Contribute

  • The team provides support on Stack Overflow, so that's the best place to ask questions.
  • Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR, check out the guide to contributing. PRs should include unit tests.