Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labordep/collectable
Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.
https://github.com/labordep/collectable
application collect collectable collectible collection collector display manage pharo project retro retrogaming smalltalk video-game
Last synced: 6 days ago
JSON representation
Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.
- Host: GitHub
- URL: https://github.com/labordep/collectable
- Owner: labordep
- License: mit
- Created: 2023-03-15T23:01:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T15:05:44.000Z (9 months ago)
- Last Synced: 2024-12-18T21:17:24.795Z (6 days ago)
- Topics: application, collect, collectable, collectible, collection, collector, display, manage, pharo, project, retro, retrogaming, smalltalk, video-game
- Language: Smalltalk
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/labordep/Collectable.svg)](./LICENSE)
[![Tests](https://github.com/labordep/Collectable/actions/workflows/Tests.yml/badge.svg)](https://github.com/labordep/Collectable/actions/workflows/Tests.yml)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)# Collectable
## Development
### Installation
```smalltalk
Metacello new
repository: 'github://labordep/Collectable:main';
baseline: 'Collectable' ;
load.
```## Dependencies
- [Toplo](https://github.com/plantec/Toplo)
- [Bloc](https://github.com/pharo-graphics/Bloc)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [Molecule](https://github.com/OpenSmock/Molecule)
- [PharoGameye](https://github.com/labordep/PharoGameye)
- [OS-Windows](https://github.com/astares/Pharo-OS-Windows/src)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.