Skip to content

RomainDeg/MooseIDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MooseIDE

Coverage Status Run tests

New Tools for Moose

Installation

From the Pharo Launcher

  1. New (image)
  2. Official distributions
  3. Choose appropriate Moose image (here the latest Stable version)
  4. (optionally change Image name:)
  5. Create image

Screen capture of Pharo Launcher to make MooseIDE image

From latest Pharo Image

Metacello new
  baseline: 'MooseIDE';
  repository: 'github://moosetechnology/MooseIDE:development/src';
  load

From a Pharo 9 Image

Metacello new
  baseline: 'MooseIDE';
  repository: 'github://moosetechnology/MooseIDE:v2.x.x/src';
  load

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Smalltalk 98.6%
  • StringTemplate 1.4%