Add readme.txt, make GitHub happy.

This commit is contained in:
Einar Lielmanis 2010-03-16 01:25:04 +02:00
parent 0a76c9d73c
commit 1248ba3073

21
readme.txt Normal file
View File

@ -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, <einar@jsbeautifier.org>
Thanks to Jason Diamond, Patrick Hof, Nochum, Andreas Schneider,
Dave Vasilevsky, Vital, Ron Baldwin, Gabriel Harrison and others.