aboutsummaryrefslogtreecommitdiff
path: root/tools/closure_linter-2.3.4/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/closure_linter-2.3.4/README')
-rw-r--r--tools/closure_linter-2.3.4/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/closure_linter-2.3.4/README b/tools/closure_linter-2.3.4/README
new file mode 100644
index 0000000..4a21b2d
--- /dev/null
+++ b/tools/closure_linter-2.3.4/README
@@ -0,0 +1,9 @@
+This repository contains the Closure Linter - a style checker for JavaScript.
+
+To install the application, run
+ python ./setup.py install
+
+After installing, you get two helper applications installed into /usr/local/bin:
+
+ gjslint.py - runs the linter and checks for errors
+ fixjsstyle.py - tries to fix errors automatically