https://github.com/jstransformers/jstransformer-vash
Vash support for JSTransformers.
https://github.com/jstransformers/jstransformer-vash
Last synced: over 1 year ago
JSON representation
Vash support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-vash
- Owner: jstransformers
- License: mit
- Created: 2015-07-15T13:27:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T20:22:04.000Z (over 3 years ago)
- Last Synced: 2025-02-22T00:37:51.066Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-vash
- Size: 53.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-vash
[Vash](http://github.com/kirbysayshi/vash) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-vash)
[](https://codecov.io/gh/jstransformers/jstransformer-vash)
[](http://david-dm.org/jstransformers/jstransformer-vash)
[](https://www.npmjs.org/package/jstransformer-vash)
## Installation
npm install jstransformer-vash
## API
```js
var vash = require('jstransformer')(require('jstransformer-vash'))
vash.render('Hello, @model.name!', { name: 'World' }).body
//=> 'Hello, World!'
```
## License
MIT