EthanBrown.SublimeText2.GitPackages
- Sublime package featuring the best Git helpers - EditorConfig, Git, GitHubinator, Modific, SideBarGit, Github Gists - Also includes a custom keybinding package hosted on GitHub - Merges in customized settings for User Preferences
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata>
|
||||
<id>EthanBrown.SublimeText2.GitPackages</id>
|
||||
<title>Sublime Text 2 - Git Integration Packages</title>
|
||||
<version>0.0.1</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>A number of packages helpful for increased editor productivity when using Git.</summary>
|
||||
<description>Includes a number of very useful packages for Sublime Text 2.
|
||||
|
||||
Included
|
||||
===========================================================================
|
||||
|
||||
- EditorConfig
|
||||
https://github.com/sindresorhus/editorconfig-sublime
|
||||
|
||||
- Git
|
||||
https://github.com/kemayo/sublime-text-2-git
|
||||
|
||||
- GitHubinator
|
||||
https://github.com/ehamiter/ST2-GitHubinator
|
||||
|
||||
- Modific
|
||||
https://github.com/gornostal/Modific
|
||||
|
||||
- SideBarGit
|
||||
https://github.com/SublimeText/SideBarGit
|
||||
|
||||
- sublime-github (Github Gists)
|
||||
https://github.com/bgreenlee/sublime-github
|
||||
|
||||
Customized Key Bindings
|
||||
===========================================================================
|
||||
https://github.com/Iristyle/SublimeKeyMap.Git
|
||||
|
||||
Additional Package Preferences
|
||||
===========================================================================
|
||||
Git - Commit message rules
|
||||
Github Gists - Generates an OAuth token automatically
|
||||
SideBarGit - disables branch since Git already supplies it
|
||||
|
||||
Additional User Preferences
|
||||
===========================================================================
|
||||
Rules for
|
||||
- drawing whitespace
|
||||
- ensuring newline at eof
|
||||
- rulers at 50, 72, 80 and 120
|
||||
- use spaces everywhere
|
||||
- trim whitespace on save
|
||||
</description>
|
||||
<projectUrl>http://github.com/Iristyle/ChocolateyPackages/</projectUrl>
|
||||
<tags>SublimeText package editor</tags>
|
||||
<!-- Eula is in installer
|
||||
<licenseUrl></licenseUrl>
|
||||
-->
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>https://raw.github.com/Iristyle/ChocolateyPackages/master/SublimeText2.app/Sublime_Text.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
<dependencies>
|
||||
<dependency id="PowerShell" version="3.0"/>
|
||||
<dependency id="SublimeText2.app" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
<file src="..\core\JsonHelpers.ps1" target="tools" />
|
||||
<file src="..\core\SublimeHelpers.ps1" target="tools" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user