{"id":15680196,"url":"https://github.com/denyncrawford/deno-printers","last_synced_at":"2026-02-15T01:33:09.121Z","repository":{"id":239781650,"uuid":"800592349","full_name":"denyncrawford/deno-printers","owner":"denyncrawford","description":"A simple rust ffi binding for allowing hardware printing with deno","archived":false,"fork":false,"pushed_at":"2024-10-15T13:58:59.000Z","size":25,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-13T15:54:29.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/denyncrawford.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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T16:16:06.000Z","updated_at":"2025-04-06T04:13:52.000Z","dependencies_parsed_at":"2024-05-18T02:33:39.861Z","dependency_job_id":"5a35e85e-74e2-494e-a941-d176e4576a00","html_url":"https://github.com/denyncrawford/deno-printers","commit_stats":null,"previous_names":["denyncrawford/deno-printers"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/denyncrawford/deno-printers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denyncrawford%2Fdeno-printers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denyncrawford%2Fdeno-printers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denyncrawford%2Fdeno-printers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denyncrawford%2Fdeno-printers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denyncrawford","download_url":"https://codeload.github.com/denyncrawford/deno-printers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denyncrawford%2Fdeno-printers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29464152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"ssl_error","status_checked_at":"2026-02-15T01:01:23.809Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-03T16:40:48.586Z","updated_at":"2026-02-15T01:33:09.105Z","avatar_url":"https://github.com/denyncrawford.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Native Printer Bindings for Deno\nThis is a Deno module that provides native printer bindings for Deno.\n\n[![JSR](https://jsr.io/badges/@denyncrawford/printers)](https://jsr.io/@\u003cscope\u003e/\u003cpackage\u003e)\n\n## Installation\n\n```sh\ndeno add @denyncrawford/printers\n```\n\n\u003e Note: This package requires the `--unstable-ffi` flag to be set.\n\n## Usage\n\n```ts\nimport { getPrinters, getPrinterByName, print, printFile } from \"jsr:@denyncrawford/printers\";\n\nconst printers = getPrinters();\nconst printer = getPrinterByName(\"HP OfficeJet Pro 8600\");\n\nprint(printer, \"Hello World!\");\nprintFile(printer, \"/path/to/file.txt\");\n```\n\n## Building\n\nTo build your own lib binary, run the following command:\n\n```sh\ncargo build --release --lib\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenyncrawford%2Fdeno-printers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenyncrawford%2Fdeno-printers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenyncrawford%2Fdeno-printers/lists"}