alcatraz/alcatraz-packages

Name: alcatraz-packages

Owner: Alcatraz

Description: Package list repository for Alcatraz

Created: 2013-04-22 16:42:06.0

Updated: 2017-12-09 03:01:29.0

Pushed: 2017-04-11 14:24:45.0

Homepage: alcatraz.io

Size: 1348

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

alcatraz-packages

Build Status Package list repository for Alcatraz, the Xcode Package Manager.

To contribute your own package, fork this project and edit packages.json to include your submission in the correct section (plugins, color schemes, or templates), and submit a pull request.

Every package requires a name, url, and description, in a format determined by the package type (detailed below). The screenshot field is optional, but recommended for any package with a user interface component and should be a direct URL to a single image.

The JSON file is split up into 4 different parts: plugins, file_templates,color_schemes and project_templates. Make sure to add your package to the right category or it won't install.

After making your changes please run rspec from the console to check if everything is ok.

Plugin Format

The url should be a repository containing the Xcode project, and the name should be the same as the .xcodeproj file.


ame": "LifeChangingPlugin",
rl": "https://github.com/me/xcode-life-changing-plugin",
escription": "Makes Xcode stop, collaborate and listen.",
creenshot": "http://raw.github.com/me/awesome-screenshot.png"

Color Scheme Format

Use link to raw color scheme file for url


ame": "Most Amazing Theme Ever",
rl": "https://raw.github.com/me/xcode-amazing-theme/master/ThemeFile.dvtcolortheme",
escription": "Easy on the eyes, makes code sing",
creenshot": "http://raw.github.com/me/awesome-screenshot.png"

File or Project Template Format

The url should be a repository containing one or more templates


ame": "Magical",
rl": "https://raw.github.com/me/xcode-magic-templates",
escription": "File templates for rainbow adventure coding"


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.