Skip to content

All development tools for Pharo, developed with Spec

Notifications You must be signed in to change notification settings

tesonep/NewTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewTools

All development tools for Pharo, developed with Spec.

NewTools-Pharo-Integration
https://github.com/pharo-spec/NewTools/workflows/NewTools/badge.svg

Installation

Metacello new
    baseline: 'NewTools';
    repository: 'github://pharo-spec/NewTools:Pharo10';
    onConflict: [ :e | e useIncoming ];
    onUpgrade: [ :e | e useIncoming ];
    ignoreImage;
    load

About

All development tools for Pharo, developed with Spec

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 96.4%
  • StringTemplate 3.6%