UNPKG

1.29 kBMarkdownView Raw
1# Dust.js [![Build Status](https://secure.travis-ci.org/linkedin/dustjs.png)](http://travis-ci.org/linkedin/dustjs)
2Asynchronous Javascript templating for the browser and server. This fork is maintained by [LinkedIn](http://linkedin.github.io/).
3
4## Install
5
6### NPM
7
8 npm install --save dustjs-linkedin
9 # If you want the dustc compiler available globally
10 npm install -g dustjs-linkedin
11
12If you want to add the [Dust helpers](https://github.com/linkedin/dustjs-helpers) or [secure filters](https://github.com/linkedin/dustjs-filters-secure):
13
14 npm install --save dustjs-helpers
15 npm install --save dustjs-filters-secure
16
17### Bower
18
19 bower install --save dustjs-linkedin
20
21## Get Started
22
23* Read [dustjs.com](http://www.dustjs.com/) for guides, tutorials, and documentation.
24* Check out the `examples/` directory in the repo for simple examples to help you get started using Dust in a variety of ways.
25
26## Contribute
27
28* The team provides support on [Stack Overflow](https://stackoverflow.com/questions/tagged/dust.js), so that's the best place to ask questions.
29* Bug or feature? We welcome issues and pull requests! If you'd like to submit a PR, check out the guide to [contributing](https://github.com/linkedin/dustjs/wiki/Contributing). PRs should include unit tests.