72 lines
2.5 KiB
XML
72 lines
2.5 KiB
XML
<?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.2.2</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>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
|
|
<dependencies>
|
|
<dependency id="PowerShell" version="3.0"/>
|
|
<dependency id="SublimeText2" />
|
|
<dependency id="git" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
<file src="..\core\JsonHelpers.ps1" target="tools" />
|
|
<file src="..\core\SublimeHelpers.ps1" target="tools" />
|
|
</files>
|
|
</package>
|