{"id":19306812,"url":"https://github.com/itsmaheshkariya/color","last_synced_at":"2025-06-13T18:07:42.543Z","repository":{"id":116241252,"uuid":"266185093","full_name":"itsmaheshkariya/color","owner":"itsmaheshkariya","description":"Write Colourful Messages  In console. Styling Console. It's easy to learn and use.","archived":false,"fork":false,"pushed_at":"2020-05-22T19:04:53.000Z","size":1,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T12:37:01.886Z","etag":null,"topics":["console","deno","javascript","library","typescript"],"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/itsmaheshkariya.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,"zenodo":null}},"created_at":"2020-05-22T18:52:15.000Z","updated_at":"2020-08-26T18:59:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"dca2ddae-e2cc-4cfa-8009-9946010586e7","html_url":"https://github.com/itsmaheshkariya/color","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsmaheshkariya/color","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmaheshkariya%2Fcolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmaheshkariya%2Fcolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmaheshkariya%2Fcolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmaheshkariya%2Fcolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsmaheshkariya","download_url":"https://codeload.github.com/itsmaheshkariya/color/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmaheshkariya%2Fcolor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259695306,"owners_count":22897513,"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":["console","deno","javascript","library","typescript"],"created_at":"2024-11-10T00:08:28.293Z","updated_at":"2025-06-13T18:07:42.536Z","avatar_url":"https://github.com/itsmaheshkariya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![demoofqcom](https://unpkg.com/@qcom.io/qcom@1.0.36/qcom.png)\n# color\n### color Formatting in console / terminal\n\n## **Installation in Deno**\n```ts\nimport clc from 'https://deno.land/x/color/index.ts'\n//import clc from 'https://deno.land/x/color/index.js' // For JS\n\nconsole.log(clc.red.text(\"I am red\"))\nconsole.log(clc.blue.text(\"I am blue\"))\nconsole.log(clc.green.text(\"I am green\"))\nconsole.log(clc.yellow.text(\"I am yellow\"))\nconsole.log(clc.cyan.text(\"I am cyand\"))\nconsole.log(clc.magenta.text(\"I am magenta\"))\nconsole.log(clc.white.text(\"I am white\"))\n```\n![Screenshot 2020-05-23 at 12 06 42 AM](https://user-images.githubusercontent.com/16520789/82700604-25b20680-9c8c-11ea-9d0a-619a6731a2db.png)\n\n```ts\nconsole.log(clc.bgRed.text(\"I am bgRred\"))\nconsole.log(clc.bgBlue.text(\"I am bgBlue\"))\nconsole.log(clc.bgGreen.text(\"I am bgGreen\"))\nconsole.log(clc.bgYellow.text(\"I am bgYellow\"))\nconsole.log(clc.bgCyan.text(\"I am bgCyand\"))\nconsole.log(clc.bgMagenta.text(\"I am bgMagenta\"))\nconsole.log(clc.bgWhite.text(\"I am bgWhite\"))\n```\n\n![Screenshot 2020-05-23 at 12 09 59 AM](https://user-images.githubusercontent.com/16520789/82700613-28146080-9c8c-11ea-8af6-a22f61ef052e.png)\n\n```ts\nconsole.log(clc.reset.text(\"I am reset\"))\nconsole.log(clc.bright.text(\"I am bright\"))\nconsole.log(clc.dim.text(\"I am dim\"))\nconsole.log(clc.underscore.text(\"I am underscore\"))\nconsole.log(clc.blink.text(\"I am blink\"))\nconsole.log(clc.reverse.text(\"I am reverse\"))\nconsole.log(clc.hidden.text(\"I am hidden\"))\n\nconsole.log(clc.red.bgBlue.text('Hello World'))\n\n```\n\n![Screenshot 2020-05-23 at 12 11 22 AM](https://user-images.githubusercontent.com/16520789/82700609-277bca00-9c8c-11ea-8c49-8e4da537e21f.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmaheshkariya%2Fcolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsmaheshkariya%2Fcolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmaheshkariya%2Fcolor/lists"}