RecoverPWBAnalyseTool

Description

This repo is to recover PWB analyse tool due to problem with pharo iceberg

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
1
Created
April 15, 2020
Updated
Jan. 27, 2021

Categories

Packaging / VCS

README excerpt

# RecoverPWBAnalyseTool
[![Build Status](https://travis-ci.org/mahugnon/RecoverPWBAnalyseTool.svg?branch=master)](https://travis-ci.org/mahugnon/RecoverPWBAnalyseTool)
[![Build Status](https://ci.inria.fr/pharo-contribution/job/PowerBuilderAnalyzeTool/badge/icon)](https://ci.inria.fr/pharo-contribution/job/PowerBuilderAnalyzeTool/)
[![Coverage Status](https://coveralls.io/repos/github/mahugnon/RecoverPWBAnalyseTool/badge.svg)](https://coveralls.io/github/mahugnon/RecoverPWBAnalyseTool)

This repo is to recover PWB analyse tool due to problem with pharo iceberg.

```Smalltalk
Metacello new
   githubUser: 'mahugnon' project: 'RecoverPWBAnalyseTool' commitish: 'master' path: 'src';
   baseline: 'RecoverPWBAnalyseTool';
   onConflict: [ :e | e useIncoming ];
   onUpgrade: [ :e | e useIncoming ];       
   load   
```
← Back to results