{"id":43077192,"url":"https://github.com/willbarkoff/verbose","last_synced_at":"2026-01-31T14:11:04.723Z","repository":{"id":96520912,"uuid":"274729490","full_name":"willbarkoff/verbose","owner":"willbarkoff","description":"💬 Logs with a little bit of flavor","archived":false,"fork":false,"pushed_at":"2020-06-25T00:48:01.000Z","size":552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T13:36:26.378Z","etag":null,"topics":["ansi-colors","go","golang","terminal"],"latest_commit_sha":null,"homepage":"https://willbarkoff.dev/verbose","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/willbarkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-06-24T17:29:22.000Z","updated_at":"2020-06-25T00:48:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"70a926de-4bc7-4c95-a9ee-2d16f7376817","html_url":"https://github.com/willbarkoff/verbose","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/willbarkoff/verbose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fverbose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fverbose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fverbose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fverbose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willbarkoff","download_url":"https://codeload.github.com/willbarkoff/verbose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willbarkoff%2Fverbose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ansi-colors","go","golang","terminal"],"created_at":"2026-01-31T14:11:04.650Z","updated_at":"2026-01-31T14:11:04.712Z","avatar_url":"https://github.com/willbarkoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verbose\n💬 Logs with a little bit of flavor\n\n---\n\nVerbose just prints logs in a _shiny_ way.\n\n![screenshot](./screenshot.png)\n\nBy default, Verbose includes 4 styles.\n- Success\n- Info\n- Warning\n- Error\n\nVerbose also supports declaring your own style in a simple way:\n```go\n\txmas := verbose.Style{\n\t\tForeground: 1,\n\t\tBackground: 2,\n\t\tText:       \"Christmas\",\n\t\tLevel:      1,\n\t}\n```\n\nTo print a message to the log, just call `Println` on a style.\n\n```go\nverbose.Success.Println(\"Yay, you just printed your first messages\")\nverbose.Error.Println(\"The world is imploding!\")\nxmas.Println(\"Merry Christmas!\")\n```\n\n## Installation\n\nVerbose is a go module. You can just run go get to install it.\n\n```\n$ go get -u github.com/willbarkoff/verbose\n```\n\n## Contributing\nContributions are welcome!\n\n## Roadmap\nIn the future, I want to support more detailed log levels, and include more documentation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fverbose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillbarkoff%2Fverbose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillbarkoff%2Fverbose/lists"}