# can-stache-ast

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

Latest version **1.1.0** (published 2018-10-03) · MIT license · 0 weekly downloads

## Install

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

## 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.1.0 |
| Published | 2018-10-03 |
| First published | 2018-02-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 17.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Bitovi |
| Maintainers | justinbmeyer, matthewp, phillipskevin, stin13 |
| Keywords | canjs, donejs-plugin |

## Links

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

## Dependencies (1)

- [can-view-parser](https://npm.io/package/can-view-parser.md) ^4.0.2

## Recent versions

- 1.1.0 (latest) — 2018-10-03
- 1.0.0 — 2018-02-28

## README

# can-stache-ast

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



## Usage

### ES6 use

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

```js
import plugin from 'can-stache-ast';
```

### CommonJS use

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

```js
var plugin = require("can-stache-ast");
```

### Standalone use

Load the `global` version of the plugin:

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

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