js_beautify.pl

Langue: en

Version: 2010-05-02 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

js_beautify.pl - command tool to beautify your javascript files

SYNOPSIS

     js_beautify.pl [options] FILE
 
 

OPTIONS

-?, --help
-o, --output
By default, we will print beautified javascript to STDOUT

if -o, it will override the "FILE"

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

-s, --indent_size
-c, --indent_character
By default, we use 4 spaces.

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

-p, --preserve_newlines
1 by default
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.