Bundle for TextMate which allows you to
- Run JSLint on any file in project
- Build and run your iPhone or Desktop project
Open terminal and enter:
git clone git://github.com/KONDENSATOR/titools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/titools.tmbundle
Restart TextMate or reload your bundles from within TextMate.
Open terminal and enter:
cd ~/Library/Application\ Support/TextMate/Bundles/titools.tmbundle
git pull
Restart TextMate or reload your bundles from within TextMate.
Shortcuts
- Cmd + R (Build and run project)
- Cmd + B (Run JSLint on current javascript file)
- Cmd + S (Quick run JSLint on current javascript file, saves document)
Update the config.yaml to support your own configuration.