Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliendelplanque/magicliteralsselector
- Owner: juliendelplanque
- License: mit
- Created: 2020-01-20T12:25:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T14:42:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T07:05:29.316Z (about 2 months ago)
- Language: Smalltalk
- Size: 56.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```