Skip to content

Instantly share code, notes, and snippets.

@despotadesdibujau
Created November 18, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save despotadesdibujau/27e07f8fee24007675d747da22da3aaa to your computer and use it in GitHub Desktop.
Save despotadesdibujau/27e07f8fee24007675d747da22da3aaa to your computer and use it in GitHub Desktop.
load application from github
Metacello new
baseline:'ToDoApplication';
repository: 'github://despotadesdibujau/seaside-todo-application:master';
load.
SmalltalkImage current saveImageInFileNamed:'todoApplication.image'.
SmalltalkImage current snapshot: true andQuit: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment