0.3.0 • Published 7 years ago

jstransformer-bless v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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