Skip to content

This project illustrates an alternate project structure for the sample project .... the packages are the same but the basic project is organized differently

License

Notifications You must be signed in to change notification settings

dalehenrich/alternate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install the latest working copy in your image:

Metacello new
  project: 'Alternate';
  repository: 'github://dalehenrich/alternate:master';
  load.

Basic directory structure

The Alternate project illusstrates an alternate project organization for the Sample project. The same packages are involved but the packages are structured into three separate project groups:

  • core
  • platform
  • tests
+-alternate
  +-core/
  | +-metacello.st
  | +-Sample-Core.pkg\
  +-doc/
  +-platform/
  | +-metacello.st
  | +-Sample-Platform.gemstone.pkg\
  | +-Sample-Platform.pharo.pkg\
  | +-Sample-Platform.squeak.pkg\
  +-license.txt
  +-README.md
  +-tests/
  | +-metacello.st
  | +-Sample-Tests.pkg\

About

This project illustrates an alternate project structure for the sample project .... the packages are the same but the basic project is organized differently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages