An open API service indexing awesome lists of open source software.

https://github.com/ducasse/enlumineur

Enlumineur is a pretty printer replacing the blueInk pharo pretty printer
https://github.com/ducasse/enlumineur

pharo

Last synced: 4 months ago
JSON representation

Enlumineur is a pretty printer replacing the blueInk pharo pretty printer

Awesome Lists containing this project

README

          

# 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'.
```