Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thurloat/googleclosure.tmbundle
Google Closure Linter TextMate Bundle
https://github.com/thurloat/googleclosure.tmbundle
Last synced: 9 days ago
JSON representation
Google Closure Linter TextMate Bundle
- Host: GitHub
- URL: https://github.com/thurloat/googleclosure.tmbundle
- Owner: thurloat
- Created: 2011-02-18T15:56:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-02-20T00:07:01.000Z (over 13 years ago)
- Last Synced: 2024-04-14T09:18:08.279Z (7 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Google Closure Linter
A Simple textmate bundle to run the linter, and the fixjsstyle commands within the Editor.
## Requirements
You'll need the python closure\_linter package (# pip install closure\_linter), and that should be it.
## Usage
- SHIFT + OPTION + CONTROL + A = Run the linter
- SHIFT + OPTION + CONTROL + Z = Run the Auto-fixer (destructive)
As an aside, I chose these keyboard shortcuts because it's easy to mash my hand on my keyboard without contortion.## Installation
- Go to ~/Library/Appliction Support/TextMate/Bundles
- Run: git clone git://github.com/thurloat/GoogleClosure.tmbundle.git
- Open TextMate -> Bundles -> Reload BundlesDonesauce :)