# hawkejs

> Asynchronous Embedded JavaScript templates

Latest version **2.4.3** (published 2026-07-03) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 2.4.3 |
| Published | 2026-07-03 |
| First published | 2013-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14.0.0 |
| Dependencies | 2 |
| Unpacked size | 761.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Jelle De Loecker |
| Maintainers | skerit |
| Keywords | template, engine, ejs, hawkejs, view |

## Links

- npm: https://www.npmjs.com/package/hawkejs
- Repository: https://github.com/11ways/hawkejs
- Homepage: https://github.com/11ways/hawkejs#readme
- Issues: https://github.com/11ways/hawkejs/issues
- npm.io page: https://npm.io/package/hawkejs

## Dependencies (2)

- [nwsapi](https://npm.io/package/nwsapi.md) 2.2.12
- [protoblast](https://npm.io/package/protoblast.md) ~0.9.9

## Recent versions

- 2.4.3 (latest) — 2026-07-03
- 2.4.2 — 2026-01-21
- 2.4.1 — 2025-07-10
- 2.4.0 — 2024-08-12
- 2.3.19 — 2024-04-13
- 2.3.18 — 2024-02-25
- 2.3.17 — 2024-02-19
- 2.3.16 — 2024-02-15
- 2.3.15 — 2023-11-27
- 2.3.14 — 2023-10-15
- 2.3.13 — 2023-10-04
- 2.3.12 — 2023-10-04
- 2.3.11 — 2023-06-17
- 2.3.10 — 2023-05-22
- 2.3.9 — 2023-05-09
- … 81 more at https://npm.io/package/hawkejs/versions

## README

<h1 align="center">
  <img src="https://protoblast.develry.be/media/static/hawkejs-small.png" width=30 alt="Hawkejs logo"/>
  <b>Hawkejs</b>
</h1>
<div align="center">
  <!-- CI - Github Actions -->
  <a href="https://github.com/11ways/hawkejs/actions/workflows/unit_test.yaml">
    <img src="https://github.com/11ways/hawkejs/actions/workflows/unit_test.yaml/badge.svg" alt="Node.js CI (Linux, MacOS, Windows)" />
  </a>

  <!-- Coverage - Codecov -->
  <a href="https://codecov.io/gh/11ways/hawkejs">
    <img src="https://img.shields.io/codecov/c/github/11ways/hawkejs/master.svg" alt="Codecov Coverage report" />
  </a>

  <!-- DM - Snyk -->
  <a href="https://snyk.io/test/github/11ways/hawkejs?targetFile=package.json">
    <img src="https://snyk.io/test/github/11ways/hawkejs/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" />
  </a>

  <!-- DM - David -->
  <a href="https://david-dm.org/11ways/hawkejs">
    <img src="https://david-dm.org/11ways/hawkejs/status.svg" alt="Dependency Status" />
  </a>
</div>

<div align="center">
  <!-- Version - npm -->
  <a href="https://www.npmjs.com/package/hawkejs">
    <img src="https://img.shields.io/npm/v/hawkejs.svg" alt="Latest version on npm" />
  </a>

  <!-- License - MIT -->
  <a href="https://github.com/11ways/hawkejs#license">
    <img src="https://img.shields.io/github/license/11ways/hawkejs.svg" alt="Project license" />
  </a>
</div>
<br>
<div align="center">
  A Node.js templating engine, with server- and client-side rendering capabilities
</div>
<div align="center">
  <sub>
    Coded with ❤️ by <a href="#authors">Eleven Ways</a>.
  </sub>
</div>


## Installation

    $ npm install hawkejs

## Documentation

For more information and API documentation, visit the [Hawkejs homepage](https://hawkejs.elevenways.be).

## Authors

Hawkejs is developed at [Eleven Ways](https://www.elevenways.be/), a team of [IAAP Certified Accessibility Specialists](https://www.accessibilityassociation.org/).

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