Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-values

Port of Values to Pharo
https://github.com/astares/pharo-values

Last synced: 22 days ago
JSON representation

Port of Values to Pharo

Awesome Lists containing this project

README

        

# Pharo-Values

[![Unit Tests](https://github.com/astares/Pharo-Values/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/astares/Pharo-Values/actions?query=workflow%3AUnit%20Tests)
[![Coverage Status](https://codecov.io/github/astares/Pharo-Values/coverage.svg?branch=main)](https://codecov.io/gh/astares/Pharo-Values/branch/main)

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)

Port of Values to Pharo

# Quick Start
## Installation

To load run

```Smalltalk
Metacello new
baseline:'Values';
repository: 'github://astares/Pharo-Values:main/src';
load
```

# Project Infos

## Contributors

Contributors in order of appearance:

- [Christian Haider](https://github.com/ChristianHaider)
- [Torsten Bergmann](https://github.com/astares)

## LICENSE
[MIT License](LICENSE)