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
- Host: GitHub
- URL: https://github.com/ducasse/enlumineur
- Owner: Ducasse
- License: mit
- Created: 2019-03-22T13:21:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T21:15:48.000Z (over 6 years ago)
- Last Synced: 2025-08-19T21:36:17.502Z (10 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 651 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnlumineurFormatter
[](https://travis-ci.org/Ducasse/enlumineur)
[](https://coveralls.io/github/Ducasse/enlumineur?branch=master)
[](https://raw.githubusercontent.com/Ducasse/enlumineur/master/LICENSE)
[](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'.
```