Skip to content

scottharvey/sammy-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TextMate bundle for Javascript development with Sammy

To install with Git:

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

Snippets

All snippets are generate by typing the abbreviation then pressing tab

  • app – Generate the scaffolding for a new application
  • aft – After callback
  • bef – Before callback
  • bind – Create an event binding
  • trig – Trigger an event
  • rg – Get route
  • rp – Post route
  • rd – Delete route
  • rpu – Put route

About

Textmate bundle for the javascript library Sammy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors