https://github.com/astares/pharo-currencies
Dealing with Currencies in Pharo
https://github.com/astares/pharo-currencies
pharo
Last synced: 8 months ago
JSON representation
Dealing with Currencies in Pharo
- Host: GitHub
- URL: https://github.com/astares/pharo-currencies
- Owner: astares
- License: mit
- Created: 2018-10-22T18:54:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T01:25:46.000Z (over 1 year ago)
- Last Synced: 2025-08-21T05:53:51.632Z (10 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-Currencies
Dealing with Currencies in Pharo
[](https://github.com/astares/Pharo-Currencies/actions?query=workflow%3AUnit%20Tests)
[](https://codecov.io/gh/astares/Pharo-Currencies/branch/main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
## Quick Start
### Installation
```Smalltalk
Metacello new
baseline:'Currencies';
repository: 'github://astares/Pharo-Currencies:main/src';
load
```