https://github.com/jstransformers/jstransformer-coffee-script
CoffeeScript support for JSTransformers.
https://github.com/jstransformers/jstransformer-coffee-script
Last synced: 11 months ago
JSON representation
CoffeeScript support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-coffee-script
- Owner: jstransformers
- License: mit
- Created: 2014-11-18T14:50:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T15:41:01.000Z (over 3 years ago)
- Last Synced: 2024-11-07T22:41:22.715Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-coffee-script
- Size: 61.5 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-coffee-script
[CoffeeScript](http://coffeescript.org) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-coffee-script)
[](https://codecov.io/gh/jstransformers/jstransformer-coffee-script)
[](http://david-dm.org/jstransformers/jstransformer-coffee-script)
[](https://www.npmjs.org/package/jstransformer-coffee-script)
## Installation
npm install jstransformer-coffee-script
## API
```js
var coffee-script = require('jstransformer')(require('jstransformer-coffee-script'))
coffee.render('n = 42', {bare: true}).body
//=> var n; n = 42;
```
## License
MIT