# can-stache

> Live binding handlebars templates

Latest version **5.1.1** (published 2019-12-23) · MIT license · 0 weekly downloads

## Install

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

## 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 | 5.1.1 |
| Published | 2019-12-23 |
| First published | 2016-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 26 |
| Unpacked size | 603 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | Bitovi |
| Maintainers | amechi89, bgando, blackmarket, bmomberger-bitovi, chasen, cherif_b, christopherjbaker, james0x57, juk3, justinbmeyer, m-mujica, mattchewone, matthewp, michaelzc, mikemitchel, phillipskevin, sinjhin, stin13 |
| Keywords | canjs, canjs-plugin, donejs |

## Links

- npm: https://www.npmjs.com/package/can-stache
- Repository: https://github.com/canjs/can-stache
- Homepage: https://canjs.com/doc/can-stache.html
- Issues: https://github.com/canjs/can-stache/issues
- npm.io page: https://npm.io/package/can-stache

## Dependencies (26)

- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-assign](https://npm.io/package/can-assign.md) ^1.1.1
- [can-string](https://npm.io/package/can-string.md) <2.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.6.4
- [can-globals](https://npm.io/package/can-globals.md) ^1.1.1
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.16.4
- [can-dom-data](https://npm.io/package/can-dom-data.md) ^1.0.1
- [can-fragment](https://npm.io/package/can-fragment.md) ^1.3.0
- [can-join-uris](https://npm.io/package/can-join-uris.md) ^1.0.0
- [can-namespace](https://npm.io/package/can-namespace.md) 1.0.0
- [can-view-live](https://npm.io/package/can-view-live.md) ^5.0.0
- [can-dom-mutate](https://npm.io/package/can-dom-mutate.md) ^2.0.0
- [can-stache-ast](https://npm.io/package/can-stache-ast.md) ^1.0.0
- [can-stache-key](https://npm.io/package/can-stache-key.md) ^1.3.1
- [can-view-scope](https://npm.io/package/can-view-scope.md) ^4.12.0
- [can-child-nodes](https://npm.io/package/can-child-nodes.md) ^1.0.0
- [can-observation](https://npm.io/package/can-observation.md) ^4.2.0
- [can-view-parser](https://npm.io/package/can-view-parser.md) ^4.0.0
- [can-view-target](https://npm.io/package/can-view-target.md) ^5.0.0
- [can-import-module](https://npm.io/package/can-import-module.md) ^1.0.0
- [can-stache-helpers](https://npm.io/package/can-stache-helpers.md) ^1.0.0
- [can-view-callbacks](https://npm.io/package/can-view-callbacks.md) ^5.0.0
- [can-attribute-encoder](https://npm.io/package/can-attribute-encoder.md) ^1.0.0
- [can-define-lazy-value](https://npm.io/package/can-define-lazy-value.md) ^1.0.2
- [can-simple-observable](https://npm.io/package/can-simple-observable.md) ^2.0.3
- [can-observation-recorder](https://npm.io/package/can-observation-recorder.md) ^1.3.0

## Recent versions

- 5.1.1 (latest) — 2019-12-23
- 5.0.0-pre.6 (pre) — 2019-10-01
- 3.15.1 (3.x-legacy) — 2018-10-16
- 3.14.12 (legacy) — 2018-03-08
- 5.1.0 — 2019-12-23
- 5.0.0 — 2019-10-03
- 5.0.0-pre.5 — 2019-09-17
- 4.17.21 — 2019-09-12
- 5.0.0-pre.4 — 2019-09-03
- 4.17.20 — 2019-08-14
- 5.0.0-pre.3 — 2019-08-06
- 5.0.0-pre.2 — 2019-08-05
- 5.0.0-pre.1 — 2019-08-02
- 4.17.19 — 2019-06-11
- 4.17.18 — 2019-05-25
- … 269 more at https://npm.io/package/can-stache/versions

## README

# can-stache

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

Live-binding Handlebars/Mustache–like templates.

## Documentation

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

## Changelog

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

## Contributing

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

## License

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

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