Scroll to navigation

JS_BEAUTIFY(1p) User Contributed Perl Documentation JS_BEAUTIFY(1p)

NAME

js_beautify - command tool to beautify your javascript files

SYNOPSIS

    js_beautify [options] FILE
    js_beautify [options] -

OPTIONS

-?, --help
if -w, it will overwrite the "FILE"
By default, we will print beautified javascript to STDOUT

if --output=newfile.js, it will write into "newfile.js"

By default, we use 4 spaces.

but if you prefer 8 spaces, we can do -s=8

1 by default

COPYRIGHT & LICENSE

Copyright 2009 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-11-29 perl v5.36.0