# nunjucks-filter

> Nunjucks extension that brings a 'filter' tag

Latest version **2.0.1** (published 2015-10-25) · Apache 2 license · 0 weekly downloads

## Install

```sh
npm install nunjucks-filter
pnpm add nunjucks-filter
yarn add nunjucks-filter
bun add nunjucks-filter
```

## 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 | 2.0.1 |
| Published | 2015-10-25 |
| First published | 2015-01-12 |
| Weekly downloads | 0 |
| License | Apache 2 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Samy Pessé |
| Maintainers | samypesse |
| Keywords | nunjucks |

## Links

- npm: https://www.npmjs.com/package/nunjucks-filter
- Repository: https://github.com/SamyPesse/nunjucks-filter
- Issues: https://github.com/SamyPesse/nunjucks-filter/issues
- npm.io page: https://npm.io/package/nunjucks-filter

## Recent versions

- 2.0.1 (latest) — 2015-10-25
- 2.0.0 — 2015-10-25
- 1.0.0 — 2015-05-28
- 0.1.0 — 2015-01-12

## README

# Nunjucks filter

[![NPM version](https://badge.fury.io/js/nunjucks-filter.svg)](http://badge.fury.io/js/nunjucks-filter)

Nunjucks extension that brings a "filter" tag

### How to install it?

```
$ npm install nunjucks-filter
```

### How to use it?

```js
var FilterExtension = require("nunjucks-filter")(nunjucks);

env.addExtension('FilterExtension', new FilterExtension(env));
```


```html
{% applyFilter "replace" "." "!" %}
Hi. My name is Paul.
{% endApplyFilter %}

// => Hi! My name is Paul!
```

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