Skip to content
sproutit edited this page Sep 12, 2010 · 5 revisions

About the SproutCore.tmbundle

This bundle contains lots of features that make writing SproutCore code in TextMate easier and more fun!

How To Install

Do this in terminal:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/sproutit/sproutcore-tmbundle.git SproutCore.tmbundle

Alternatively, you can download this repository as an archive and drop it into your ~/Library/Application Support/TestMate/Bundles directory. Be sure to rename the directory to “SproutCore.tmbundle”

Then restart TextMate and you’re done!

Updating

If you need to update to the latest version and you cloned the code using git, just do:

cd ~/Library/Application\ Support/TextMate/Bundles/SproutCore.tmbundle
git pull

Alternatively, just download and install a new copy of the files from this website.

Getting Help

Find us on #sproutcore on IRC or through the SproutCore Google Group

This code is maintained by Joshua Dickens (schwa23)

Clone this wiki locally