{"id":19176315,"url":"https://github.com/dergoogler/praey","last_synced_at":"2025-08-23T12:33:55.963Z","repository":{"id":65538268,"uuid":"526633091","full_name":"DerGoogler/praey","owner":"DerGoogler","description":"Simple and easy to understand colored console logging for Node.js","archived":false,"fork":false,"pushed_at":"2022-08-19T14:12:03.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T11:04:48.058Z","etag":null,"topics":[],"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/DerGoogler.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-08-19T14:10:31.000Z","updated_at":"2022-08-19T18:44:48.000Z","dependencies_parsed_at":"2023-01-28T04:15:13.980Z","dependency_job_id":null,"html_url":"https://github.com/DerGoogler/praey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DerGoogler/praey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpraey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpraey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpraey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpraey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerGoogler","download_url":"https://codeload.github.com/DerGoogler/praey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpraey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271747022,"owners_count":24813604,"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-08-23T02:00:09.327Z","response_time":69,"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-09T10:28:00.537Z","updated_at":"2025-08-23T12:33:55.939Z","avatar_url":"https://github.com/DerGoogler.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRÆY\n\nSimple and easy to understand colored console logging for Node.js\n\n\u003e This library is inspired by the Bun.sh console logging :)\n\n## Install\n\n```shell\nbun add preay\n```\n\n## Documentation\n\n### Add more colors or combine colors\n\n```ts\nimport { Praey } from \"praey\";\n\nconst log = new Praey({\n  italic: \"\\x1b[3m\",\n});\n\nlog.out(\"This is \u003citalic\u003eimportant!\u003cr\u003e\");\n```\n\n### Without `new` call\n\n```ts\nimport { praey } from \"praey\";\n\npraey.out(\"\u003cfg-blue\u003eI'm blue\u003cr\u003e\");\n```\n\n## Supported built-in colors\n\n- `r` - This resets the color\n- `bright`\n- `dim`\n- `underscore`\n- `blink`\n- `reverse`\n- `hidden`\n- `fg-black`\n- `fg-red`\n- `fg-green`\n- `fg-yellow`\n- `fg-blue`\n- `fg-magenta`\n- `fg-cyan`\n- `fg-white`\n- `bg-black`\n- `bg-red`\n- `bg-green`\n- `bg-yellow`\n- `bg-blue`\n- `bg-magenta`\n- `bg-cyan`\n- `bg-white`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdergoogler%2Fpraey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdergoogler%2Fpraey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdergoogler%2Fpraey/lists"}