{"id":16439598,"url":"https://github.com/sevenoutman/csbg","last_synced_at":"2025-07-30T02:08:34.951Z","repository":{"id":155913062,"uuid":"632268011","full_name":"SevenOutman/csbg","owner":"SevenOutman","description":"Print badges in your console.","archived":false,"fork":false,"pushed_at":"2023-10-22T12:21:06.000Z","size":75,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T19:52:16.511Z","etag":null,"topics":["badge","console"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SevenOutman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"SevenOutman"}},"created_at":"2023-04-25T04:07:32.000Z","updated_at":"2023-12-06T09:29:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"9778a409-39de-4346-aa48-898bcae388fa","html_url":"https://github.com/SevenOutman/csbg","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"SevenOutman/ts-lib-starter","purl":"pkg:github/SevenOutman/csbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevenOutman%2Fcsbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevenOutman%2Fcsbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevenOutman%2Fcsbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevenOutman%2Fcsbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevenOutman","download_url":"https://codeload.github.com/SevenOutman/csbg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevenOutman%2Fcsbg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797526,"owners_count":24145705,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["badge","console"],"created_at":"2024-10-11T09:09:52.936Z","updated_at":"2025-07-30T02:08:34.910Z","avatar_url":"https://github.com/SevenOutman.png","language":"TypeScript","funding_links":["https://github.com/sponsors/SevenOutman"],"categories":[],"sub_categories":[],"readme":"# **c**on**s**ole.**b**ad**g**e()\n\nPrint badges in your console.\n\n[![npm version](https://badgen.net/npm/v/csbg)](https://npm.im/csbg) [![npm downloads](https://badgen.net/npm/dm/csbg)](https://npm.im/csbg)\n\n![Screenshot](./screenshot.png)\n\n## Install\n\n    npm i csbg\n\n## Usage\n\nUse `printBadge()` function to print a shields.io style badge in your console.\n\n```js\nimport { printBadge } from \"csbg\"\n\nprintBadge(\"npm\", \"v1.0.0\", \"#007ec6\")\n```\n\nOr you can install `.badge()` method on `console`.\n\n```js\nimport \"csbg/install\"\n\nconsole.badge(\"npm\", \"v1.0.0\", \"#007ec6\")\n```\n\nPrint multiple badges in a row with `printBadges()`\n\n```js\nimport { printBadges } from \"csbg\"\n\nprintBadges([\"npm\", \"v1.0.0\", \"#007ec6\"], [\"CI\", \"passing\", \"#34D058\"])\n```\n\nOr you can install `.badges()` method on `console`.\n\n```js\nimport \"csbg/install\"\n\nconsole.badges([\"npm\", \"v1.0.0\", \"#007ec6\"], [\"CI\", \"passing\", \"#34D058\"])\n```\n\n## License\n\nMIT \u0026copy; [Doma](https://github.com/SevenOutman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevenoutman%2Fcsbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevenoutman%2Fcsbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevenoutman%2Fcsbg/lists"}