Skip to content

Instantly share code, notes, and snippets.

@Uko
Last active December 25, 2015 01:59
Show Gist options
  • Save Uko/6899549 to your computer and use it in GitHub Desktop.
Save Uko/6899549 to your computer and use it in GitHub Desktop.
To load some project with configuration from gofer
Metacello new
baseline: #Project;
repository: 'github://Uko/Project:branch';
load
Gofer new
url: 'projUrl';
package: 'ConfigurationOf-proj';
load.
(#ConfigurationOf-proj asClass project version: 'development') load.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment