https://github.com/jstransformers/jstransformer-imba
Imba support for JSTransformers.
https://github.com/jstransformers/jstransformer-imba
Last synced: over 1 year ago
JSON representation
Imba support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-imba
- Owner: jstransformers
- License: mit
- Created: 2015-09-08T06:34:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:49:36.000Z (about 6 years ago)
- Last Synced: 2025-02-23T20:19:19.341Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-imba
- Size: 52.7 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-imba
[Imba](https://github.com/somebee/imba) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-imba)
[](https://codecov.io/gh/jstransformers/jstransformer-imba)
[](http://david-dm.org/jstransformers/jstransformer-imba)
[](https://www.npmjs.org/package/jstransformer-imba)
## Installation
npm install jstransformer-imba
## API
```js
var imba = require('jstransformer')(require('jstransformer-imba'))
imba.render('var message = "Hello, {name}!"').body
//=> 'var message = ("Hello, " + name + "!");
```
## License
MIT