https://github.com/jstransformers/jstransformer-engine
Engine support for JSTransformers.
https://github.com/jstransformers/jstransformer-engine
Last synced: over 1 year ago
JSON representation
Engine support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-engine
- Owner: jstransformers
- License: mit
- Created: 2015-08-24T07:09:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:47:31.000Z (about 6 years ago)
- Last Synced: 2025-02-24T07:39:34.587Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-engine
- Size: 57.6 KB
- Stars: 2
- 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-engine
[engine](https://github.com/jonschlinkert/engine) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-engine)
[](https://codecov.io/gh/jstransformers/jstransformer-engine)
[](http://david-dm.org/jstransformers/jstransformer-engine)
[](https://www.npmjs.org/package/jstransformer-engine)
## Installation
npm install jstransformer-engine
## API
```js
var engine = require('jstransformer')(require('jstransformer-engine'))
engine.render('Hello, <%= name %>!', { name: 'World' }).body
//=> 'Hello, World!'
```
## License
MIT