Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-barcode
Barcode library for Pharo
https://github.com/astares/pharo-barcode
pharo
Last synced: 6 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T22:15:39.000Z (about 1 year ago)
- Last Synced: 2024-10-31T06:41:48.970Z (about 2 months 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
```