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: 5 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T15:05:44.000Z (about 2 years ago)
- Last Synced: 2025-02-18T11:14:08.410Z (over 1 year 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://github.com/labordep/Collectable/actions/workflows/Tests.yml)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
# Collectable
## Development
### Installation
```smalltalk
Metacello new
repository: 'github://labordep/Collectable:main';
baseline: 'Collectable';
onConflictUseLoaded;
load.
```
## Dependencies
- [Molecule](https://github.com/OpenSmock/Molecule)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [PharoGameye](https://github.com/labordep/PharoGameye)
- [OS-Windows](https://github.com/OpenSmock/OS-Windows)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.