# express-art-template

> art-template for express

Latest version **1.0.1** (published 2018-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install express-art-template
pnpm add express-art-template
yarn add express-art-template
bun add express-art-template
```

## 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 | 2018-03-01 |
| First published | 2017-04-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.0.0 |
| Dependencies | 0 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Maintainers | aui |

## Links

- npm: https://www.npmjs.com/package/express-art-template
- Repository: https://github.com/aui/express-art-template
- Homepage: https://github.com/aui/express-art-template#readme
- Issues: https://github.com/aui/express-art-template/issues
- npm.io page: https://npm.io/package/express-art-template

## Recent versions

- 1.0.1 (latest) — 2018-03-01
- 1.0.0 — 2017-04-18
- 0.0.2 — 2017-04-16
- 0.0.1 — 2017-04-15

## README

# express-art-template

[![NPM Version](https://img.shields.io/npm/v/express-art-template.svg)](https://npmjs.org/package/express-art-template)
[![Node.js Version](https://img.shields.io/node/v/express-art-template.svg)](http://nodejs.org/download/)

art-template for express

## Install

```shell
npm install --save art-template
npm install --save express-art-template
```

## Example

```js
var express = require('express');
var app = express();
app.engine('art', require('express-art-template'));
app.set('view options', {
    debug: process.env.NODE_ENV !== 'production'
});

app.get('/', function (req, res) {
    res.render('index.art', {
        user: {
            name: 'aui',
            tags: ['art', 'template', 'nodejs']
        }
    });
});
```

## Options

You can pass [art-template options](https://github.com/aui/art-template)

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