Skip to content

marceltaeumel/metacello-work

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL Preview Version

"Get the Metacello configuration (for Pharo users)"
Gofer new
  gemsource: 'metacello';
  package: 'ConfigurationOfMetacello';
  load.

"Get the Metacello configuration (for Squeak users)"
Installer gemsource
    project: 'metacello';
    addPackage: 'ConfigurationOfMetacello';
    install.

"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version"
((Smalltalk at: #ConfigurationOfMetacello) project 
  version: #'previewBootstrap') load.

"Load the Preview version of Metacello from GitHub"
(Smalltalk at: #Metacello) new
  configuration: 'MetacelloPreview';
  version: #stable;
  repository: 'github://dalehenrich/metacello-work:configuration';
  load.

GemStone2.4, PharoCore 1.3, PharoCore 1.4, Squeak4.3, Squeak4.4 and Squeak4.5 are currently supported.

If you are interested in using GitHub with the Metacello Preview, you should check out Getting Started with GitHub, the Metacello User Guide, the Metacello Scripting API, and Issue #136 detail.

###TravisCI Status master branch: Build Status

configuration branch: Build Status

1.0-beta.31.1.5 branch: Build Status

About

Metacello is a package management system for Smalltalk

Resources

License

Stars

Watchers

Forks

Packages

No packages published