Happy !

Balletie / GriotteCodeReview

Project infos

License MIT
Tags
Creation date 2015-09-01
Website

Monticello registration

About GriotteCodeReview

Griotte Code Review

Forked from Thomas Heniart

Description

Griotte is a code review tool for Pharo. Traditional code review tools show a big change, making it hard to review by colleagues. Griotte provides the opportunity to group changes, and comment on those individual groups.

Installation

Use the following script:

Gofer new
  smalltalkhubUser: 'ThomasHeniart' project: 'GriotteCodeReview';
  package: 'ConfigurationOfGriotteCodeReview';
  load.

((Smalltalk at: #ConfigurationOfGriotteCodeReview) project version: #development) load: 'server'.

Usage

TODO