{"id":23158772,"url":"https://github.com/mitchs-dev/barcode-generator","last_synced_at":"2025-04-04T18:41:01.792Z","repository":{"id":227144240,"uuid":"770586572","full_name":"mitchs-dev/barcode-generator","owner":"mitchs-dev","description":"Generate (barcode) QR codes and save them as a PNG file.","archived":false,"fork":false,"pushed_at":"2024-03-11T20:12:48.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T03:46:24.631Z","etag":null,"topics":["barcode-generator","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchs-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-11T20:02:08.000Z","updated_at":"2024-11-28T15:15:13.000Z","dependencies_parsed_at":"2024-03-11T21:29:32.561Z","dependency_job_id":null,"html_url":"https://github.com/mitchs-dev/barcode-generator","commit_stats":null,"previous_names":["mitchs-dev/barcode-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Fbarcode-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Fbarcode-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Fbarcode-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchs-dev%2Fbarcode-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchs-dev","download_url":"https://codeload.github.com/mitchs-dev/barcode-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234841,"owners_count":20905852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode-generator","utility"],"created_at":"2024-12-17T22:27:32.082Z","updated_at":"2025-04-04T18:41:01.768Z","avatar_url":"https://github.com/mitchs-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Barcode Generator (QR Code)\n\nbarcode-generator is a simple CLI barcode generator that generates a QR code and saves it, as a PNG file, to a specified directory.\n\nFor my purposes, I wanted to generate QR codes for my barcodes. If you'd like to explore other barcode types check out [boombuler/barcode](https://github.com/boombuler/barcode) which is the library used to generate the barcodes.\n\nThis tool also uses the `addLabel()` function which adds a label to the barcode. This is useful for adding a human-readable label to the barcode, in the event the barcode is damaged, or unreadable for some reason.\n\n\n## Usage\n\n\u003e **Note**: The input given will be trimmed of any whitespace.\n\n```bash\nbarcode-generator \u003cinput\u003e \u003coutput-directory\u003e\n```\n\n### Example\n\n```bash\nbarcode-generator \"ABC-123456\" .\n```\n\nThis will generate a barcode with the text \"ABC-123456\" and save it to `./barcode-ABC-123456.png`:\n\n![barcode-ABC-123456](./barcode-ABC-123456.png)\n\n### Multiple Barcodes\n\nYou can also provide a comma-separated list of barcodes to generate multiple barcodes at once.\n\n```bash\nbarcode-generator \"ABC-123456,DEF-789012,GHI-345678\" .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchs-dev%2Fbarcode-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchs-dev%2Fbarcode-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchs-dev%2Fbarcode-generator/lists"}