dustjs-linkedin-fixed-with-source
v2.7.6
Published
Asynchronous templates for the browser and server (LinkedIn fork)
Downloads
33
Maintainers
Readme
Important: This is a copy of https://www.npmjs.com/package/dustjs-linkedin-fixed but with the correct link to the repository. Shall archive this if the original author updates their sources for the npm package.
Link to source (from where this has been forked from) - https://github.com/kurdin/dustjs
This is a Dust (Linkedin) version 2.7.5 with only security dependencies fixed.
npm install dustjs-linkedin-fixed-with-source
Dust.js
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-fixed-with-source
# If you want the dustc compiler available globally
npm install --global --production dustjs-linkedin-fixed-with-source
If you want to add the Dust helpers or secure filters:
npm install --save --production dustjs-helpers
npm install --save --production dustjs-filters-secure
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.