Beautifier for javascript
Go to file
2010-12-07 01:12:05 +02:00
bin beaufify_js script updates by Gabriel Harrison 2009-11-27 04:54:21 +02:00
opera-userscript Updated paths in script and changed name of generated user script 2010-06-04 15:47:26 +08:00
qtscript QtScript indent 2010-10-15 01:32:47 +08:00
tests Fix [{foo}] when keep_array_indentation=true 2010-12-07 01:06:31 +02:00
unmaintained Opera user script is no longer unmaintained so moving to root directory 2010-06-04 15:47:25 +08:00
unpackers Maintenance, moving the code around. 2010-03-16 01:24:38 +02:00
v8 changed default behaviour. to read from stdin add option --stdin 2010-10-31 20:06:07 +01:00
beautify-cl.js Add install_dir option (-d). 2010-08-22 15:53:54 +08:00
beautify-html.js Fix a html-formatter freeze 2010-11-08 12:31:06 +02:00
beautify.js Possibly fix multiplying newline bug (\r) 2010-12-07 01:12:05 +02:00
index.html Move to static flattr button 2010-12-06 23:07:55 +02:00
license.txt I just wanted a nicer commit message here. 2009-12-12 12:49:34 +02:00
readme.txt V8-based runner for the command-line tool. 2010-10-14 11:30:46 +08:00

 JS Beautifier
---------------

  ...or, more specifically, all of the code powering jsbeautifier.org.

  This little beautifier will reformat and reindent bookmarklets, ugly
  javascript, unpack scripts packed by the popular Dean Edward's packer,
  as well as deobfuscate scripts processed by javascriptobfuscator.com.

  You are free to use this in any way you want, in case you find this
  useful or working for you.

  To beautify from the command-line you can use provided beautify-cl.js
  script, using Rhino javascript engine. See the file contents for the
  details.

  Alternatively, you can use the V8-based or QtScript-based command-line
  versions, see the v8/ and qtscript/ subdirectories for the details.


  Written by Einar Lielmanis, <einar@jsbeautifier.org>

  Thanks to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider,
  Dave Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison and others.