Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/choppingblock/actionscript-chop-tmbundle

Collection of useful ActionScript 3 snippets and templates for studio and student use.
https://github.com/choppingblock/actionscript-chop-tmbundle

Last synced: about 2 months ago
JSON representation

Collection of useful ActionScript 3 snippets and templates for studio and student use.

Awesome Lists containing this project

README

        

# Chopping Block TextMate Bundle for ActionScript Development

To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/choppingblock/actionscript-chop-tmbundle.git "ActionScript Chop.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

To install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/choppingblock/actionscript-chop-tmbundle/tarball/master
tar zxf choppingblock-actionscript-chop-tmbundle*.tar.gz
rm choppingblock-actionscript-chop-tmbundle*.tar.gz
mv choppingblock-actionscript-chop-tmbundle* "ActionScript Chop.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'