From ec5624bafcabe17cb654712ec95b8e0f1c464333 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Tue, 25 May 2021 00:25:01 +0200 Subject: [PATCH] README --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8b4b8..e8d33da 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# Barcode Creator +# Barcode Creater +The Barcode tool can create different barcodes and save them as a +PNG. Currently supported are: Code128, EAN13, PDF417, QR. + +## Requirements + +Linux + +## Build + +``` +make build +``` + + +## Run + +```bash +Usage: + barcode-creator [OPTIONS] <command> + +different barcodes can be created and saved as png. + +Application Options: + -f, --filename= png filename + +Help Options: + -h, --help Show this help message + +Available commands: + code128 Code128 code + ean EAN code + pdf417 PDF417 code + qr QR code +``` -- GitLab