js-beautify

Beautify and unobfuscate JavaScript, CSS, and HTML code

brewmacoslinux
Try with needOr install directly
Source

About

JavaScript, CSS and HTML unobfuscator and beautifier

Commands

js-beautify

Examples

Beautify a minified JavaScript file$ js-beautify -r input.js
Beautify HTML file and save to output$ js-beautify input.html > output.html
Beautify CSS with custom indentation of 2 spaces$ js-beautify --indent-size 2 style.css