Home

Awesome

Reek Textmate Bundle

Simple Textmate Bundle for Reek

Installation

TextMate 1

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

TextMate 2

  mkdir -p ~/Library/Application\ Support/Avian/Bundles
  cd ~/Library/Application\ Support/Avian/Bundles
  git clone git://github.com/peeyush1234/reek.tmbundle.git "Reek.tmbundle"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contact

Email: peeyush.hsuyeep@gmail.com