Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/magicliteralsselector

I am an UI for the experiment related to magic literals detection.
https://github.com/juliendelplanque/magicliteralsselector

Last synced: 4 days ago
JSON representation

I am an UI for the experiment related to magic literals detection.

Awesome Lists containing this project

README

        

# MagicLiteralsSelector
[![Build Status](https://travis-ci.org/juliendelplanque/MagicLiteralsSelector.svg?branch=master)](https://travis-ci.org/juliendelplanque/MagicLiteralsSelector)

I am an UI for the experiment related to magic literals detection.

# How to install
To install this project, run the following script in a Pharo 8.0 image:

```Smalltalk
Metacello new
repository: 'github://juliendelplanque/MagicLiteralsSelector/src';
baseline: 'MagicLiteralsSelector';
load
```