# tempman

> Template processing for nunjucks

Latest version **1.0.1** (published 2016-03-01) · ISC license · 0 weekly downloads

## Install

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

## 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.0.1 |
| Published | 2016-03-01 |
| First published | 2016-03-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Kennedy Idialu |
| Maintainers | ncodes |

## Links

- npm: https://www.npmjs.com/package/tempman
- npm.io page: https://npm.io/package/tempman

## Dependencies (1)

- [nunjucks](https://npm.io/package/nunjucks.md) ^2.3.0

## Recent versions

- 1.0.1 (latest) — 2016-03-01
- 1.0.0 — 2016-03-01

## README

### Tempman

Tempman is a simple template processing library for parsing nunjucks templates. It will find
and process templates found in a directory. 

## Install

```
npm install tempman 
```

## Example

```
var Tempman = require("tempman")

Tempman.setDir("mydir").getFile("mytemp.html", { name: "James" }, function(err, content){
	console.log(content)
})
```

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