https://github.com/jstransformers/jstransformer-j140
j140 support for JSTransformers.
https://github.com/jstransformers/jstransformer-j140
Last synced: 12 months ago
JSON representation
j140 support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-j140
- Owner: jstransformers
- License: mit
- Created: 2015-04-05T15:20:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T03:36:08.000Z (about 6 years ago)
- Last Synced: 2025-01-21T20:15:53.889Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-j140
- Size: 48.8 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-j140
[j140](https://github.com/tunnckoCore/j140) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-j140)
[](https://codecov.io/gh/jstransformers/jstransformer-j140)
[](http://david-dm.org/jstransformers/jstransformer-j140)
[](https://www.npmjs.org/package/jstransformer-j140)
## Installation
npm install jstransformer-j140
## API
```js
var engine = require('jstransformer')(require('jstransformer-j140'))
var locals = {
place: 'world',
user: {
name: 'Charlike'
}
}
engine.render('Hello #{place} and #{user.name}!', locals).body
//=> 'Hello world and Charlike!'
```
## License
MIT