Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 643 Bytes

Quick Barcode Generator

Very simple app to generate and display QR code and various types of barcodes.

Can be called from commandline as:

quick-barcode-generator data [barcode-type]
quick-barcode-generator 1234567890 code128b

Tauri

Based on Tauri, see https://tauri.app/ .

Getting Started

nvm use
yarn install
yarn tauri dev
yarn tauri build

Recommended IDE Setup

License

MIT