# can-legacy-view-helpers

> Legacy view helpers used by can-ejs and can-mustache.

Latest version **1.0.0** (published 2019-04-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-legacy-view-helpers
pnpm add can-legacy-view-helpers
yarn add can-legacy-view-helpers
bun add can-legacy-view-helpers
```

## 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.0 |
| Published | 2019-04-11 |
| First published | 2016-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 274.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bitovi |
| Maintainers | bmomberger-bitovi, designbyonyx, justinbmeyer, matthewp, phillipskevin |
| Keywords | CanJS, MVVM |

## Links

- npm: https://www.npmjs.com/package/can-legacy-view-helpers
- Repository: https://github.com/canjs/can-legacy-view-helpers
- Issues: https://github.com/canjs/can-legacy-view-helpers/issues
- npm.io page: https://npm.io/package/can-legacy-view-helpers

## Dependencies (11)

- [can-cid](https://npm.io/package/can-cid.md) ^1.0.3
- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-ajax](https://npm.io/package/can-ajax.md) ^1.4.0
- [can-util](https://npm.io/package/can-util.md) ^3.9.0
- [can-event](https://npm.io/package/can-event.md) ^3.5.0
- [can-compute](https://npm.io/package/can-compute.md) ^3.1.0
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-view-live](https://npm.io/package/can-view-live.md) ^3.1.0
- [can-observation](https://npm.io/package/can-observation.md) ^3.3.5
- [can-view-parser](https://npm.io/package/can-view-parser.md) ^3.4.0
- [can-view-callbacks](https://npm.io/package/can-view-callbacks.md) ^3.1.0

## Recent versions

- 1.0.0 (latest) — 2019-04-11
- 0.6.0-pre.2 (pre) — 2017-06-22
- 0.6.1 — 2017-09-05
- 0.6.0 — 2017-06-23
- 0.6.0-pre.1 — 2017-06-14
- 0.6.0-pre.0 — 2017-06-05
- 0.5.0-pre.0 — 2017-06-05
- 0.4.4 — 2017-04-20
- 0.4.3 — 2017-04-13
- 0.4.1 — 2016-12-16
- 0.4.2 — 2016-11-30
- 0.5.0 — 2016-10-14
- 0.2.0-0 — 2016-10-14
- 0.2.0 — 2016-03-10
- 0.1.0 — 2016-03-09

## README

# can-legacy-view-helpers

[![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-legacy-view-helpers/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-legacy-view-helpers.svg)](https://www.npmjs.com/package/can-legacy-view-helpers)
[![Travis build status](https://travis-ci.org/canjs/can-legacy-view-helpers.svg?branch=master)](https://travis-ci.org/canjs/can-legacy-view-helpers)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-legacy-view-helpers.svg)](https://greenkeeper.io/)

The files in this repository are used by legacy view engines for CanJS, specifically [can-ejs](https://canjs.com/doc/can-ejs.html) and [can-mustache](https://github.com/canjs/can-mustache). This module is not intended to be used as a standalone module. While the code in this repository has been heavily tested and should be considered stable, it is no longer supported. Please use at your own risk.

CanJS now ships with [Stache](https://canjs.com/docs/can.stache.html) as its primary view engine — it is much faster than mustache and ejs. You should use it instead!

## Documentation

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

## Changelog

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

## Contributing

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

## License

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

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