Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jstransformer-atpl

jstransformers28MIT0.1.2

atpl support for JSTransformers.

jstransformer

readme

jstransformer-atpl

atpl support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-atpl

API

var atpl = require('jstransformer')(require('jstransformer-atpl'))

atpl.render('Hello, {{ name }}!', { name: 'World' }).body
//=> 'Hello, World!'

License

MIT

changelog

Changelog

v0.1.2: 2016-01-27

  • Updated Boilerplate

v0.1.1: 2016-06-10

  • Updated Boilerplate

v0.1.0: 2015-07-09

  • Updated Boilerplate

v0.0.2: March 13th, 2015

  • Update documentation

v0.0.1: February 23rd, 2015

  • Initial release