GitHubcello

Description

Stripts for automating GitHub/Metacello tasks

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
3
Created
Feb. 25, 2016
Updated
April 24, 2017
Topics
github metacello pharo

Categories

Packaging / VCS

README excerpt

GitHubcello [![Build Status](https://travis-ci.org/Uko/GitHubcello.svg?branch=master)](https://travis-ci.org/Uko/GitHubcello)
===========
This project helps you to work with GitHub and Metacello.

![demo animation](graphics/example.gif)

Have it happened to you that you have your project on GitHub and it has a baseline but now you have to write down the Metacello script to load it? **Not any more!** Simply paste your repo URI into GTSpotter, _wait a bit_, select the baseline you want to load, and you're done!

###Limitations (for now)

- Works only for repos where baseline package is in the root.
- Does not support any special URIs (with queries, branches and so on).

Creating Baseline Fast
----------------------

If you just need a baseline for one of your packages select **Create Baseline** from the Nautilus' package context menu.

---

Installing
----------
Available from catalog browser or

    Metacello new
        repository: 'github://Uko/GitHubcello';
        baseline: 'GitHubcello';
        load
← Back to results