Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Dealing with Currencies in Pharo
https://github.com/astares/pharo-currencies

pharo

Last synced: 8 days ago
JSON representation

Dealing with Currencies in Pharo

Awesome Lists containing this project

README

        

# Pharo-Currencies
Dealing with Currencies in Pharo

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

[![Pharo 7](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 8](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 9](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)

## Quick Start

### Installation

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