Skip to content

jstransformers/jstransformer-html-beautify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstransformer-html-beautify

JS Beautifier HTML support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-html-beautify

API

var beautify = require('jstransformer')(require('jstransformer-html-beautify'))

beautify.render('<strong > Hello World! </strong  >').body
//=> '<strong>Hello World!</strong>'

License

MIT