1 | # can-stache-key
|
2 |
|
3 | [![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)
|
4 | [![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)
|
5 | [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-stache-key/blob/master/LICENSE)
|
6 | [![npm version](https://badge.fury.io/js/can-stache-key.svg)](https://www.npmjs.com/package/can-stache-key)
|
7 | [![Travis build status](https://travis-ci.org/canjs/can-stache-key.svg?branch=master)](https://travis-ci.org/canjs/can-stache-key)
|
8 | [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-stache-key.svg)](https://greenkeeper.io/)
|
9 |
|
10 | Read and write keys on a value
|
11 |
|
12 | ## Documentation
|
13 |
|
14 | Read the [can-stache-key API docs on CanJS.com](https://canjs.com/doc/can-stache-key.html).
|
15 |
|
16 | ## Changelog
|
17 |
|
18 | See the [latest releases on GitHub](https://github.com/canjs/can-stache-key/releases).
|
19 |
|
20 | ## Contributing
|
21 |
|
22 | The [contribution guide](https://github.com/canjs/can-stache-key/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
|
23 |
|
24 | ## License
|
25 |
|
26 | [MIT](https://github.com/canjs/can-stache-key/blob/master/LICENSE)
|