enlumineur

Description

Enlumineur is a pretty printer replacing the blueInk pharo pretty printer

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Forks
1
Created
March 22, 2019
Updated
Feb. 12, 2020
Topics
pharo

README excerpt

# EnlumineurFormatter

[![Build Status](https://travis-ci.org/Ducasse/enlumineur.svg?branch=master)](https://travis-ci.org/Ducasse/enlumineur)
[![Coverage Status](https://coveralls.io/repos/github/Ducasse/enlumineur/badge.svg?branch=master)](https://coveralls.io/github/Ducasse/enlumineur?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Ducasse/enlumineur/master/LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)

Enlumineur is a pretty printer for Pharo. Pay attention the newest version in held in Pharo.

## Installation

To install the packages of Enlumineur, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

```Smalltalk
Metacello new
  baseline: 'EnlumineurFormatter';
  repository: 'github://Ducasse/enlumineur/src';
  load: 'Tests'.
```
← Back to results