https://github.com/jstransformers/jstransformer-coffeecup
CoffeeCup support for JSTransformers.
https://github.com/jstransformers/jstransformer-coffeecup
Last synced: over 1 year ago
JSON representation
CoffeeCup support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-coffeecup
- Owner: jstransformers
- License: mit
- Created: 2015-04-12T02:11:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T04:14:32.000Z (about 6 years ago)
- Last Synced: 2025-01-21T20:15:47.198Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-coffeecup
- Size: 47.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-coffeecup
[CoffeeCup](http://npm.im/coffeecup) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-coffeecup)
[](https://codecov.io/gh/jstransformers/jstransformer-coffeecup)
[](http://david-dm.org/jstransformers/jstransformer-coffeecup)
[](https://www.npmjs.org/package/jstransformer-coffeecup)
## Installation
npm install jstransformer-coffeecup
## API
```js
var coffeecup = require('jstransformer')(require('jstransformer-coffeecup'))
coffeecup.render('h1 @title', { title: 'Hello World!' }).body
//=>
Hello World!
```
## License
MIT