{"id":27098676,"url":"https://github.com/refloow/console-master","last_synced_at":"2025-07-19T21:33:01.758Z","repository":{"id":44383133,"uuid":"347614647","full_name":"Refloow/console-master","owner":"Refloow","description":"❤️ console-master is node console logger that supports colors and correct time-format built by @Refloow for OSL-works Github projects.","archived":false,"fork":false,"pushed_at":"2022-07-10T06:50:18.000Z","size":68,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T03:56:07.929Z","etag":null,"topics":["colors","console","format","logger","logs","master","module","nodejs"],"latest_commit_sha":null,"homepage":"https://discord.gg/4enDY8yhuS","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/Refloow.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":"2021-03-14T11:12:45.000Z","updated_at":"2024-01-18T19:54:50.000Z","dependencies_parsed_at":"2022-07-14T14:17:34.070Z","dependency_job_id":null,"html_url":"https://github.com/Refloow/console-master","commit_stats":null,"previous_names":["osl-works/console-master"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Refloow/console-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Refloow%2Fconsole-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Refloow%2Fconsole-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Refloow%2Fconsole-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Refloow%2Fconsole-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Refloow","download_url":"https://codeload.github.com/Refloow/console-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Refloow%2Fconsole-master/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"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":["colors","console","format","logger","logs","master","module","nodejs"],"created_at":"2025-04-06T11:51:19.807Z","updated_at":"2025-07-19T21:33:01.694Z","avatar_url":"https://github.com/Refloow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# console-master\n### Allows colors and adds correct time-format to console logs\n\n_console-master is node module console logger that supports colors and correct time-format_\n_built by @Refloow for Github projects._\n\n\u003cimg src=\"https://img.shields.io/npm/dt/console-master.svg\" alt=\"Downloads\"\u003e\n\n## Installation\n\nInstall it from [npm](https://www.npmjs.com/package/console-master):\n\n    $ npm install console-master\n    \n## Usage examples\n\n```js\n\n// Import module\n// Import the module under the name that you like, in the example Console with capital C is used\n// Importing module under the name console, will cause an error in case of using standard console.log(\".\");\n\n\nconst Console = require(\"console-master\");\n\n// All ussage examples\n// in case of a different name chosen under which module is imported use\n// yourchosenname.false(\"Shows bold red text\"); for example\n\n// All variants\nConsole.false(\"Shows bold red text\");\nConsole.true(\"Shows bold green text\");\nConsole.new(\"Shows underline gray text\");\nConsole.info(\"Shows yellow text\");\nConsole.summary(\"Shows cyan text\");\n\n// Errors can be shown with .fail, .err, .error\nConsole.fail(\"Shows red text\");\nConsole.err(\"Shows red text\");\nConsole.error(\"Shows red text\");\nConsole.import(\"Shows white text with red background\");\nConsole.export(\"Shows white text with green background\");\n```\n\n## Result looks like this:\n\n\u003cimg src=\"https://github.com/OSL-Works/console-master/blob/main/.github/showcase/results.png\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefloow%2Fconsole-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefloow%2Fconsole-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefloow%2Fconsole-master/lists"}