{"id":16641417,"url":"https://github.com/cmstead/bannerator","last_synced_at":"2025-06-11T12:09:22.730Z","repository":{"id":72520292,"uuid":"209610662","full_name":"cmstead/bannerator","owner":"cmstead","description":"A simple banner generator which will select random strings from an array to display","archived":false,"fork":false,"pushed_at":"2019-12-11T02:04:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T15:25:35.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmstead.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":"2019-09-19T17:23:20.000Z","updated_at":"2019-12-11T02:04:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c55bc2e5-d815-497c-8671-285b1c6247ab","html_url":"https://github.com/cmstead/bannerator","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a746d29f2f48032a4215bb7e7009785e61f0d8f7"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Fbannerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Fbannerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Fbannerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2Fbannerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmstead","download_url":"https://codeload.github.com/cmstead/bannerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243159166,"owners_count":20245675,"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":[],"created_at":"2024-10-12T07:46:28.189Z","updated_at":"2025-03-12T05:17:34.128Z","avatar_url":"https://github.com/cmstead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bannerator #\n\nBannerator makes it easy to integrate randomized banner output to your script or CLI project.  This can be especially useful if you want to surface a number of informational topics to your users.\n\n## Installation ##\n\nUse NPM to install this package:\n\n`npm install bannerator`\n\n## Usage ##\n\nBannerator is a small, simple output utility.  Below is an example of how to use the entire system.\n\n```javascript\nconst bannerator = require('bannerator').buildBannerator();\n\nbannerator.setBannerText([\n    'Don\\'t forget to commit your changes!',\n    'You can always find the docs at https://www.npmjs.com/package/bannerator'\n]);\n\nbannerator.setBannerSurround('%$%$% ');\n\nbannerator.displayBanner();\n```\n\nThis will output with one of the two strings like below:\n\n```\n%$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% \n\nDon\\'t forget to commit your changes!\n\n%$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% %$%$% \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Fbannerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmstead%2Fbannerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Fbannerator/lists"}