https://github.com/knutwalker/google-closure-linter
Mirror of SVN repository
https://github.com/knutwalker/google-closure-linter
Last synced: about 1 year ago
JSON representation
Mirror of SVN repository
- Host: GitHub
- URL: https://github.com/knutwalker/google-closure-linter
- Owner: knutwalker
- License: apache-2.0
- Created: 2011-11-20T12:18:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T16:04:10.000Z (about 12 years ago)
- Last Synced: 2025-04-02T13:25:58.110Z (about 1 year ago)
- Language: Python
- Homepage: http://code.google.com/p/closure-linter/
- Size: 661 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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