https://github.com/jstransformers/jstransformer-mold
Mold support for JSTransformers.
https://github.com/jstransformers/jstransformer-mold
Last synced: about 1 year ago
JSON representation
Mold support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-mold
- Owner: jstransformers
- License: mit
- Created: 2015-08-30T04:07:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:48:24.000Z (about 6 years ago)
- Last Synced: 2025-05-15T15:52:32.275Z (about 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-mold
[Mold](https://github.com/marijnh/mold) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-mold)
[](https://codecov.io/gh/jstransformers/jstransformer-mold)
[](http://david-dm.org/jstransformers/jstransformer-mold)
[](https://www.npmjs.org/package/jstransformer-mold)
## Installation
npm install jstransformer-mold
## API
```js
var mold = require('jstransformer')(require('jstransformer-mold'))
mold.render('Hello, !', { name: 'World' }).body
//=> 'Hello, World!'
```
## License
MIT