# can-stache-helpers

> Helper functions for can-stache

Latest version **1.2.0** (published 2018-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-stache-helpers
pnpm add can-stache-helpers
yarn add can-stache-helpers
bun add can-stache-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.2.0 |
| Published | 2018-07-10 |
| First published | 2017-12-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Bitovi |
| Maintainers | christopherjbaker, justinbmeyer, phillipskevin, stin13 |
| Keywords | canjs, canjs-plugin, donejs, donejs-plugin |

## Links

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

## Dependencies (1)

- [can-namespace](https://npm.io/package/can-namespace.md) 1.0.0

## Recent versions

- 1.2.0 (latest) — 2018-07-10
- 1.0.0-pre.0 (pre) — 2017-12-07
- 1.0.0 — 2018-01-27

## README

# can-stache-helpers

[![Build Status](https://travis-ci.org/canjs/can-stache-helpers.svg?branch=master)](https://travis-ci.org/canjs/can-stache-helpers)

Helper functions for can-stache

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from "can-stache-helpers";
```

### CommonJS use

Use `require` to load `can-stache-helpers` and everything else
needed to create a template that uses `can-stache-helpers`:

```js
import plugin from "can-stache-helpers";
```

### Standalone use

Load the `global` version of the plugin:

```html
<script src='./node_modules/can-stache-helpers/dist/global/can-stache-helpers.js'></script>
```

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