{"id":20118708,"url":"https://github.com/m0zgen/simple-log-color","last_synced_at":"2025-06-22T23:04:30.124Z","repository":{"id":57689231,"uuid":"478012174","full_name":"m0zgen/simple-log-color","owner":"m0zgen","description":"Simple Node.js console log colorizer","archived":false,"fork":false,"pushed_at":"2022-04-12T08:18:32.000Z","size":129,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T18:51:45.053Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m0zgen.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}},"created_at":"2022-04-05T07:03:18.000Z","updated_at":"2022-04-05T07:26:09.000Z","dependencies_parsed_at":"2022-09-26T20:53:27.128Z","dependency_job_id":null,"html_url":"https://github.com/m0zgen/simple-log-color","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m0zgen/simple-log-color","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0zgen%2Fsimple-log-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0zgen%2Fsimple-log-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0zgen%2Fsimple-log-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0zgen%2Fsimple-log-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0zgen","download_url":"https://codeload.github.com/m0zgen/simple-log-color/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0zgen%2Fsimple-log-color/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260554310,"owners_count":23027167,"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-11-13T19:12:21.658Z","updated_at":"2025-06-22T23:04:25.110Z","avatar_url":"https://github.com/m0zgen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Log Color\n\nIt is a Node.js module for colorizing console log output.\n\n## Install\n\n```bash\nnpm i simple-log-color --save\n```\n\n## Usage\n\nCrete constant form module:\n\n```bash\nconst color = require('simple-log-color')\n```\n\nUse:\n\n```bash\nconsole.log(color.Red, \"Red Color\")\nconsole.log(color.Green, \"Green Color\")\nconsole.log(color.Yellow, \"Yellow Color\")\nconsole.log(color.Blue, \"Blue Color\")\nconsole.log(color.Magenta, \"Magenta Color\")\nconsole.log(color.Cyan, \"Cyan Color\")\n```\n\n## Output\n\n![](docs/simple-log-color-output.jpg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0zgen%2Fsimple-log-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0zgen%2Fsimple-log-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0zgen%2Fsimple-log-color/lists"}