Beautifier for javascript
Go to file
2011-03-25 22:50:17 +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 for single else 2011-03-23 22:22:54 +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 Remove -e parameter from *-cl ("-b expand" now) 2011-03-24 06:03:38 +02:00
beautify-html.js style_html obeys brace_style 2011-03-23 22:31:30 +02:00
beautify.js Fix for single else 2011-03-23 22:22:54 +02:00
index.html Add link to Dither's Opera addon 2011-03-25 22:50:17 +02:00
license.txt I just wanted a nicer commit message here. 2009-12-12 12:49:34 +02:00
readme.txt Fix a typo in surname 2010-12-20 18:21:51 +02: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.
  
  There is a .net wrapper (written by Rahul Singla) as well:
  https://github.com/rhoney/jsBeautifier.net


  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.