npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-bless

0.3.0

@robloach

npmHomeRepoSnykSocket
Downloads:7
$ npm install jstransformer-bless
DailyWeeklyMonthlyYearly

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