# can-ejs

> legacy EJS layer for canjs

Latest version **3.2.1** (published 2019-04-12) · 0 weekly downloads

## Install

```sh
npm install can-ejs
pnpm add can-ejs
yarn add can-ejs
bun add can-ejs
```

## 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 | 3.2.1 |
| Published | 2019-04-12 |
| First published | 2016-03-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 80.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bitovi |
| Maintainers | bgando, blackmarket, bmomberger-bitovi, chasen, designbyonyx, justinbmeyer, marshallswain, matthewp, phillipskevin |
| Keywords | CanJS, MVVM |

## Links

- npm: https://www.npmjs.com/package/can-ejs
- Homepage: https://canjs.com/2.3/docs/can.ejs.html
- npm.io page: https://npm.io/package/can-ejs

## Dependencies (8)

- [can-util](https://npm.io/package/can-util.md) ^3.9.0
- [can-compute](https://npm.io/package/can-compute.md) ^3.3.0
- [can-globals](https://npm.io/package/can-globals.md) <2.0.0
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.1.0
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-stache-key](https://npm.io/package/can-stache-key.md) ^0.1.0
- [can-observation](https://npm.io/package/can-observation.md) ^3.3.0
- [can-legacy-view-helpers](https://npm.io/package/can-legacy-view-helpers.md) ^1.0.0

## Recent versions

- 3.2.1 (latest) — 2019-04-12
- 3.1.0-pre.2 (pre) — 2017-06-15
- 3.2.0 — 2019-04-11
- 3.1.8 — 2017-12-02
- 3.1.7 — 2017-10-31
- 3.1.6 — 2017-09-06
- 3.1.5 — 2017-09-01
- 3.1.4 — 2017-08-15
- 3.1.3 — 2017-08-08
- 3.1.2 — 2017-06-30
- 3.1.0 — 2017-06-23
- 3.1.0-pre.1 — 2017-06-14
- 3.1.0-pre.0 — 2017-06-05
- 3.0.7 — 2017-05-02
- 3.0.6 — 2017-04-20
- … 6 more at https://npm.io/package/can-ejs/versions

## README

# can-ejs

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-ejs/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-ejs.svg)](https://www.npmjs.com/package/can-ejs)
[![Travis build status](https://travis-ci.org/canjs/can-ejs.svg?branch=master)](https://travis-ci.org/canjs/can-ejs)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-ejs.svg)](https://greenkeeper.io/)

**DO NOT USE - NOT PRODUCTION READY**

Legacy Embedded JavaScript (EJS) view layer for CanJS. While this code has been heavily tested and is considered stable, it is no longer supported. CanJS now ships with [Stache](https://canjs.com/doc/can-stache.html) which is much more feature rich and much faster — you should use it instead!

## Documentation

Read the [can-ejs API docs on CanJS.com](https://canjs.com/doc/can-ejs.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-ejs/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-ejs/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-ejs/blob/master/LICENSE.md)

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