attractifier
v2.1.0
Published
JavaScript pretty printer, built for speed and ES2015.
Readme
attractifier
Depends on node.
Supports ES6/ES2015.
Attractive output is sent to STDOUT (file descriptor 1).
Installation:
npm install -g attractifierUsage:
attractifier ugly-input.js > attractive-output.jsExample:
Ugly input:
let
foo
=
bar;Attractive output:
let foo = bar;