项目作者: Ducasse

项目描述 :
Enlumineur is a pretty printer replacing the blueInk pharo pretty printer
高级语言: Smalltalk
项目地址: git://github.com/Ducasse/enlumineur.git
创建时间: 2019-03-22T13:21:10Z
项目社区:https://github.com/Ducasse/enlumineur

开源协议:MIT License

下载


EnlumineurFormatter

Build Status
Coverage Status
License
Pharo version

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):

  1. Metacello new
  2. baseline: 'EnlumineurFormatter';
  3. repository: 'github://Ducasse/enlumineur/src';
  4. load: 'Tests'.