# dotify

> Browserify transform plugin for doT.js

Latest version **1.1.0** (published 2015-01-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install dotify
pnpm add dotify
yarn add dotify
bun add dotify
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-01-07 |
| First published | 2014-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Michal Miskernik |
| Maintainers | michalmiskernik |
| Keywords | browserify-plugin |

## Links

- npm: https://www.npmjs.com/package/dotify
- Repository: https://github.com/miscer/dotify
- Issues: https://github.com/miscer/dotify/issues
- npm.io page: https://npm.io/package/dotify

## Dependencies (3)

- [dot](https://npm.io/package/dot.md) ^1.0.3
- [merge](https://npm.io/package/merge.md) ^1.2.0
- [through](https://npm.io/package/through.md) ^2.3.6

## 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

- 1.1.0 (latest) — 2015-01-07
- 1.0.0 — 2015-01-07
- 0.0.2 — 2014-10-18
- 0.0.1 — 2014-10-18

## README

# Dotify

Browserify transform plugin for [doT.js](http://olado.github.io/doT/).

## Installation

`npm install dotify`

## Usage

In main.js:

```js
var tpl = require('./template.dot');

var output = tpl({ message: 'Hello World!' });
console.log(output);
```

Then compile the scripts:

`$ browserify -t dotify main.js`

You can also pass options to the doT.js compiler, for example to preserve
whitespace:

`$ browserify -t [ dotify --no-strip ] main.js`

## License

MIT

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