# dustjs-linkedin

> Asynchronous templates for the browser and server (LinkedIn fork)

Latest version **3.0.1** (published 2021-12-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install dustjs-linkedin
pnpm add dustjs-linkedin
yarn add dustjs-linkedin
bun add dustjs-linkedin
```

Provides the command `dustc`.

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2021-12-29 |
| First published | 2012-05-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/dustjs-linkedin) |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 544.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2898 |
| Author | Aleksander Williams |
| Maintainers | bluepnume, gregjopa, krakenjs-user, chriseppstein, entendu |
| Keywords | templates, views, dust, dustjs, dust.js, linkedin |

## Links

- npm: https://www.npmjs.com/package/dustjs-linkedin
- Repository: https://github.com/linkedin/dustjs
- Homepage: http://dustjs.com/
- Issues: https://github.com/linkedin/dustjs/issues
- npm.io page: https://npm.io/package/dustjs-linkedin

## Dependencies (2)

- [cli](https://npm.io/package/cli.md) ^1.0.1
- [chokidar](https://npm.io/package/chokidar.md) ^3.5.2

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2021-12-29
- 3.0.0 — 2021-10-20
- 2.7.5 — 2016-12-09
- 2.7.4 — 2016-09-13
- 2.7.3 — 2016-07-27
- 2.6.3 — 2016-07-27
- 2.7.2 — 2015-06-08
- 2.7.1 — 2015-04-30
- 2.7.0 — 2015-04-17
- 2.6.2 — 2015-03-27
- 2.6.1 — 2015-03-11
- 2.6.0 — 2015-03-05
- 2.5.1 — 2014-11-20
- 2.5.0 — 2014-11-04
- 2.4.2 — 2014-09-09
- … 40 more at https://npm.io/package/dustjs-linkedin/versions

## README

# Dust.js [![Build Status](https://secure.travis-ci.org/linkedin/dustjs.png)](http://travis-ci.org/linkedin/dustjs) [![Sauce Test Status](https://saucelabs.com/buildstatus/dustjs)](https://saucelabs.com/u/dustjs)

Asynchronous Javascript templating for the browser and server. This fork is maintained by [LinkedIn](http://linkedin.github.io/).

## 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](https://github.com/linkedin/dustjs-helpers) or [secure filters](https://github.com/linkedin/dustjs-filters-secure):

    npm install --save --production dustjs-helpers
    npm install --save --production dustjs-filters-secure

### Bower

    bower install --save dustjs-linkedin

## Get Started

* Read [dustjs.com](http://www.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](https://stackoverflow.com/questions/tagged/dust.js), 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](https://github.com/linkedin/dustjs/wiki/Contributing). PRs should include unit tests.

---
_Source: https://npm.io/package/dustjs-linkedin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
