atom-sinatra-snippets
Ruby Sinatra DSL snippets for atom.io !
Installation
apm install sinatra-snippets
Preferences
-> Packages
-> sinatra-snippets
-> install
Supported snippets
Routes: 100% - http://www.sinatrarb.com/intro.html#Routes
- get
- post
- patch
- put
- delete
- link
- unlink
- not_found
Helpers: ?% - http://www.sinatrarb.com/intro.html#Helpers
- redirect (redir)
- top-level (help)
modular
Filters: 100% - http://www.sinatrarb.com/intro.html#Filters
- configure (conf)
- before (bef)
- after (aft)