Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/choppingblock/actionscript-chop-tmbundle
- Owner: choppingblock
- Created: 2011-08-22T21:10:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-22T21:17:39.000Z (over 13 years ago)
- Last Synced: 2024-08-03T05:04:40.879Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - actionscript-chop-tmbundle - Collection of useful ActionScript 3 snippets and templates for studio and student use. (Utilities / Other Utilities)
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'