jquery-tmbundle

TextMate bundle for jQuery

  • 所有者: kswedberg/jquery-tmbundle
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

jQuery Bundle for TextMate Project status

This is a TextMate bundle to help with jQuery functions.

Authors

  • Karl Swedberg
  • Jonathan Chaffer

License

This bundle is dual-licensed under MIT and GPL licenses (just like jQuery).

Use it, change it, fork it, sell it. Do what you will, but please leave the author attribution.

Installation

You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. (This requires 2.0+)

Manual Installation

The quickest way to install the bundle is via the command line. If you have Git installed, you'll probably want to install with Git. With or without, you can simply copy and paste each line one by one into the Terminal instructions ( lifted from drnic ):

Install with Git

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/kswedberg/jquery-tmbundle.git "JavaScript jQuery.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Install without Git:

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

Download

If you'd like to avoid the command line altogether, you can download the bundle and install it:

  1. download the zip from http://github.com/kswedberg/jquery-tmbundle/zipball/master
  2. find the zip file on your local machine and double-click to unzip it
  3. change the file name from kswedberg-jquery-tmbundle-really_long_alpha_numeric_sequence to JavaScript jQuery.tmbundle (with a dot rather than a hyphen).
  4. double-click the JavaScript jQuery.tmbundle file
  5. open TextMate and select the following menu item: Bundles > Bundle Editor > Reload Bundles
  6. show the Bundle Editor (Bundles > Bundle Editor > Show Bundle Editor)
  7. scroll through the list of bundles to confirm that the bundle has been properly installed

Other Stuff

主要指標

概覽
名稱與所有者kswedberg/jquery-tmbundle
主編程語言XML
編程語言XML (語言數: 1)
平台
許可證
所有者活动
創建於2008-09-17 17:03:41
推送於2013-03-28 18:48:38
最后一次提交2013-03-28 14:46:28
發布數0
用户参与
星數563
關注者數11
派生數226
提交數65
已啟用問題?
問題數18
打開的問題數1
拉請求數2
打開的拉請求數0
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?