Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.11 KB

JSTransformer Boilerplate

Use JSTransformer Boilerplate to create and update transformers.

  1. Visit the Boilerplate Wiki on how to get started
  2. Remove this top notice from any transformers

jstransformer-foo

Foo support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-foo

API

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

foo.render('blah').body
//=> 'blah'

License

MIT