{"id":21113937,"url":"https://github.com/bobiscool/chalkgo","last_synced_at":"2025-10-14T04:28:30.904Z","repository":{"id":211814538,"uuid":"729506768","full_name":"bobiscool/chalkGo","owner":"bobiscool","description":"style your command line","archived":false,"fork":false,"pushed_at":"2023-12-12T08:44:10.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-22T18:40:20.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobiscool.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-09T12:58:43.000Z","updated_at":"2023-12-09T13:14:32.000Z","dependencies_parsed_at":"2023-12-11T03:23:35.245Z","dependency_job_id":"46bcbe67-58f6-476e-b0dd-0cf4a8707caa","html_url":"https://github.com/bobiscool/chalkGo","commit_stats":null,"previous_names":["bobiscool/chalkgo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bobiscool/chalkGo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiscool%2FchalkGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiscool%2FchalkGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiscool%2FchalkGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiscool%2FchalkGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobiscool","download_url":"https://codeload.github.com/bobiscool/chalkGo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiscool%2FchalkGo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017946,"owners_count":26086212,"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-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-20T01:59:46.908Z","updated_at":"2025-10-14T04:28:30.889Z","avatar_url":"https://github.com/bobiscool.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Style your log\n\n## Import the Package:\nImport the chalkGo package into your Go code by using the import statement like this:\n\n``` go\nimport \"github.com/bobiscool/chalkGo\"\n```\n## Create a ChalkGo Instance:\nTo style your text, create an instance of the ChalkGo struct like this:\n\n``` go\nchalk := chalkGo.ChalkGo{}\n```\n## Apply Text Styles:\nYou can apply various text styles and colors to your text using the methods provided by the ChalkGo instance. For example:\n\nTo make the text red, use chalk.Red().\nTo make the text bold, use chalk.Bold().\nTo make the text underlined, use chalk.Underline().\nYou can chain these methods to apply multiple styles to the same text.\n\n## Convert to String:\nAfter applying the desired styles, convert your text to a stylized string using the ToString method:\n\n``` go\nstylizedText := chalk.Red().Bold().Underline().ToString(\"This is a red, bold, and underlined text\")\n```\n## Print or Use the Stylized Text:\nYou can now use the stylizedText variable in your code. For example, you can print it to the console:\n\n``` go\nfmt.Println(stylizedText)\n```\nThis will display the stylized text in the console with the specified styles.\n\nRemember to replace the example text and styles with your own content as needed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobiscool%2Fchalkgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobiscool%2Fchalkgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobiscool%2Fchalkgo/lists"}