Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ttibensky/sublime-text-packages

web development sublime text packages
https://github.com/ttibensky/sublime-text-packages

Last synced: about 1 month ago
JSON representation

web development sublime text packages

Awesome Lists containing this project

README

        

sublime-text-packages
=====================

web development sublime text 3 packages
(optimized for Ubuntu/Debian systems)

# Packages included

- GitGutter
- Phpcs
- SassBeautify
- SublimeCodeIntel
- SublimeLinter
- Auto Semi-Colon
- CSS Extended Completions
- DocBlockr
- Emmet
- GotoDocumentation
- PHPUnit Completions
- PHPUnit
- Package Control
- PhpNamespace
- SideBarEnhancements
- Tag
- Twig

# Installation of SublimeText3

http://www.sublimetext.com/3

# Installation of plugins

cd ~/.config/sublime-text-3
git init
git remote add origin [email protected]:{YOUR_GITHUB_NICKNAME}/sublime-text-packages.git
git pull origin master