{"id":26361138,"url":"https://github.com/polyseam/cconsole","last_synced_at":"2026-05-14T13:36:12.966Z","repository":{"id":280742223,"uuid":"942953867","full_name":"polyseam/cconsole","owner":"polyseam","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-05T03:49:19.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T04:27:47.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyseam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-05T00:16:12.000Z","updated_at":"2025-03-05T03:46:42.000Z","dependencies_parsed_at":"2025-03-05T04:37:57.035Z","dependency_job_id":null,"html_url":"https://github.com/polyseam/cconsole","commit_stats":null,"previous_names":["polyseam/cconsole"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fcconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fcconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fcconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Fcconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyseam","download_url":"https://codeload.github.com/polyseam/cconsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902703,"owners_count":20366341,"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":"2025-03-16T17:20:03.366Z","updated_at":"2025-10-27T23:35:17.806Z","avatar_url":"https://github.com/polyseam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cconsole\n\nA simple, colorful, console replacement for Deno.\n\n# usage\n\n```ts\n// src/cconsole.ts\nimport { CConsole, type LogLevel } from \"@polyseam/cconsole\";\n\nconst logLevel = (Deno.env.get(\"VERBOSITY\") ?? \"DEBUG\") as LogLevel;\nexport const cconsole = new CConsole(logLevel);\n\ncconsole.debug(\n  \"Hello, world!\",\n  \"these messages will only be displayed in 'DEBUG' mode\",\n);\n// [DEBUG] Hello, world! these messages will only be displayed in 'DEBUG' mode\n\ncconsole.info(\n  \"FYI, world!\",\n  \"these messages will be displayed in 'INFO' mode and above\",\n);\n// [INFO] FYI, world! these messages will be displayed in 'INFO' mode and above\n\ncconsole.warn(\n  \"Watch out, world!\",\n  \"these messages will be displayed in 'WARN' mode and above\",\n);\n// [WARN] Watch out, world! these messages will be displayed in 'WARN' mode and above\n\ncconsole.error(\"Yikes, world!\", \"these messages will always be displayed\");\n// [ERROR] Yikes, world! these messages will always be displayed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fcconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyseam%2Fcconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Fcconsole/lists"}