jstransformer-js-beautify

0.0.1 • Public • Published

jstransformer-js-beautify

JS Beautifier support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-js-beautify

API

var js-beautify = require('jstransformer')(require('jstransformer-js-beautify'))
 
js-beautify.render('var a=3;').body
//=> 'var a = 3;'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-js-beautify

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu