https://github.com/astares/pharo-barcode
Barcode library for Pharo
https://github.com/astares/pharo-barcode
pharo
Last synced: 8 months ago
JSON representation
Barcode library for Pharo
- Host: GitHub
- URL: https://github.com/astares/pharo-barcode
- Owner: astares
- Created: 2019-12-13T22:20:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T22:15:39.000Z (over 2 years ago)
- Last Synced: 2025-02-11T11:40:06.774Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 179 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pharo-Barcode
Barcode library for Pharo
# Quick Start
## Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Barcode/src';
baseline: 'Barcode';
load
```