https://github.com/jstransformers/jstransformer-livescript
LiveScript support for JSTransformers.
https://github.com/jstransformers/jstransformer-livescript
Last synced: 8 months ago
JSON representation
LiveScript support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-livescript
- Owner: jstransformers
- License: mit
- Created: 2015-02-08T11:22:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T04:01:37.000Z (about 6 years ago)
- Last Synced: 2024-11-11T22:14:47.112Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npmjs.com/jstransformer-livescript
- Size: 52.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-livescript
[LiveScript](http://livescript.net) support for [JSTransformers](https://github.com/jstransformers/jstransformer).
[](https://travis-ci.org/jstransformers/jstransformer-livescript)
[](https://codecov.io/gh/jstransformers/jstransformer-livescript)
[](http://david-dm.org/jstransformers/jstransformer-livescript)
[](https://greenkeeper.io/)
[](https://www.npmjs.org/package/jstransformer-livescript)
## Installation
npm install jstransformer-livescript
## API
```js
var livescript = require('jstransformer')(require('jstransformer-livescript'))
livescript.render("alert 'boom'").body
//=> (function(){
// alert(\"boom\");
// }).call(this);
```
## License
MIT