From 1248ba307359c37d9e998a5ac565c48bfb7939ba Mon Sep 17 00:00:00 2001 From: Einar Lielmanis Date: Tue, 16 Mar 2010 01:25:04 +0200 Subject: [PATCH] Add readme.txt, make GitHub happy. --- readme.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..57f99af0 --- /dev/null +++ b/readme.txt @@ -0,0 +1,21 @@ + 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. + + + Written by Einar Lielmanis, + + Thanks to Jason Diamond, Patrick Hof, Nochum, Andreas Schneider, + Dave Vasilevsky, Vital, Ron Baldwin, Gabriel Harrison and others.