{"id":19142224,"url":"https://github.com/eldoy/farge","last_synced_at":"2025-10-04T18:57:29.383Z","repository":{"id":57232819,"uuid":"456003810","full_name":"eldoy/farge","owner":"eldoy","description":"Terminal colors and styles the easy way","archived":false,"fork":false,"pushed_at":"2022-02-22T09:36:44.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T13:36:19.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/eldoy.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}},"created_at":"2022-02-05T22:46:29.000Z","updated_at":"2022-06-04T21:51:33.000Z","dependencies_parsed_at":"2022-08-31T14:11:03.934Z","dependency_job_id":null,"html_url":"https://github.com/eldoy/farge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eldoy/farge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Ffarge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Ffarge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Ffarge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Ffarge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldoy","download_url":"https://codeload.github.com/eldoy/farge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Ffarge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358487,"owners_count":25973949,"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-04T02:00:05.491Z","response_time":63,"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-09T07:26:23.298Z","updated_at":"2025-10-04T18:57:29.343Z","avatar_url":"https://github.com/eldoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Farge\n\nTerminal colors and styles the easy way.\n\nExtremely minimal implementation, no dependencies.\n\n### Install\n\n```sh\nnpm i farge\n```\n\n### Usage\n\n```js\nconst farge = require('farge')({\n\n  // Set to true to add newline automatically\n  newline: false\n})\n\n// Bold text\nfarge.bold.log('hello')\n\n// Green text\nfarge.green.log('hello')\n\n// Red text\nfarge.red.log('hello')\n\n// Dim text\nfarge.green.log('hello')\n\n// Bold and green, combine as many as you want\nfarge.bold.green.log('hello')\n```\n\nSee [lib/colors.js](https://github.com/eldoy/farge/blob/master/lib/colors.js) for all the possible colors and styles.\n\nISC Licensed. Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Ffarge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldoy%2Ffarge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Ffarge/lists"}