Skip to content

bugginrack/MyProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyProject

Loading from GitHub

Smalltalk globals
	at: #MyRepository
	put: 'github://bugginrack'.

Metacello new
	baseline: 'MyProject';
	repository: MyRepository,'/MyProject/src';
	load.

Loading from a local folder

Smalltalk globals
	at: #MyRepository
	put: 'tonel://path/to/bugginrack'.

Metacello new
	baseline: 'MyProject';
	repository: MyRepository,'/MyProject/src';
	load.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors