Skip to content

Commit

Permalink
Update README generated by DoneJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen Le Hara committed Mar 2, 2019
1 parent c1c654e commit 3794be2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# can-legacy-view-helpers

[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![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)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-legacy-view-helpers?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-legacy-view-helpers)
[![Coverage status](https://coveralls.io/repos/github/canjs/can-legacy-view-helpers/badge.svg?branch=master)](https://coveralls.io/github/canjs/can-legacy-view-helpers?branch=master)
[![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

Expand All @@ -21,4 +26,3 @@ The [contribution guide](https://github.com/canjs/can-legacy-view-helpers/blob/m
## License

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

0 comments on commit 3794be2

Please sign in to comment.