# hogan

> hogan === hogan.js

Latest version **1.0.2** (published 2014-07-20) · MIT license · 0 weekly downloads

## Install

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

## 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.2 |
| Published | 2014-07-20 |
| First published | 2014-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Brian Mullan |
| Maintainers | bmullan91 |
| Keywords | hogan, hogan.js |

## Links

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

## Dependencies (1)

- [hogan.js](https://npm.io/package/hogan.js.md) *

## Recent versions

- 1.0.2 (latest) — 2014-07-20
- 1.0.0 — 2014-07-19
- 0.0.0 — 2014-07-19

## README

#hogan === hogan.js

**Why?** Because I didn't like doing...

```js
var hogan = require('hogan.js');
```

But I really like hogan :)

##Install

    npm install hogan

##Usage

```js
var hogan = require('hogan');
```

This is a simple alias to [hogan.js](http://twitter.github.io/hogan.js/) and you should check out its documentation!

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