jstransformer-bless

0.3.0 • Public • Published

jstransformer-bless

Bless support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-bless

API

For more use-cases see the tests in test folder or see the JSTransformer API for more details.

var bless = require('jstransformer')(require('jstransformer-bless'));
 
bless.render('str', options).body
bless.renderFileAsync('./path/to/huge/file.css', options).then(console.log)
// all render* methods are available

License

MIT

Package Sidebar

Install

npm i jstransformer-bless

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • stoeffel
  • hemanth
  • timothygu
  • calebeby
  • vanchoy
  • tunnckocore