Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ttibensky/sublime-text-packages
- Owner: ttibensky
- License: mit
- Created: 2014-08-20T07:00:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T10:43:21.000Z (over 10 years ago)
- Last Synced: 2024-10-16T01:27:23.229Z (3 months ago)
- Language: Python
- Size: 8.81 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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