{"id":22161357,"url":"https://github.com/appsweet-co/debug","last_synced_at":"2025-03-24T15:24:59.497Z","repository":{"id":57098419,"uuid":"299355624","full_name":"Appsweet-co/debug","owner":"Appsweet-co","description":"Makes your console logs much better","archived":false,"fork":false,"pushed_at":"2021-07-15T17:41:35.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-16T08:31:49.169Z","etag":null,"topics":["console","functional-programming","logger"],"latest_commit_sha":null,"homepage":"https://appsweet-co.github.io/debug/","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/Appsweet-co.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":"2020-09-28T15:41:34.000Z","updated_at":"2021-07-15T17:43:13.000Z","dependencies_parsed_at":"2022-08-20T18:10:29.002Z","dependency_job_id":null,"html_url":"https://github.com/Appsweet-co/debug","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsweet-co%2Fdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsweet-co%2Fdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsweet-co%2Fdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsweet-co%2Fdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appsweet-co","download_url":"https://codeload.github.com/Appsweet-co/debug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245295971,"owners_count":20592131,"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","functional-programming","logger"],"created_at":"2024-12-02T04:14:40.842Z","updated_at":"2025-03-24T15:24:59.473Z","avatar_url":"https://github.com/Appsweet-co.png","language":"TypeScript","readme":"\u003c!-- ⚠️ This README has been generated from the file(s) \"blueprint.md\" ⚠️--\u003e\u003ch1 align=\"center\"\u003e@appsweet-co/debug\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eMakes your console logs much better.\u003c/b\u003e\u003c/br\u003e\n  \u003csub\u003e\u003csub\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n\t\t\u003ca href=\"https://www.npmjs.com/package/@appsweet-co/debug\"\u003e\u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@appsweet-co/debug.svg?style=for-the-badge\" height=\"20\"/\u003e\u003c/a\u003e\r\n\u003ca href=\"https://appsweet-co.github.io/debug\"\u003e\u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=for-the-badge\" height=\"20\"/\u003e\u003c/a\u003e\r\n\u003ca href=\"https://github.com/appsweet-co/debug/blob/main/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge\" height=\"20\"/\u003e\u003c/a\u003e\n\t\u003c/p\u003e\n\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#install)\r\n\r\n## ➤ Install\n\n```sh\nnpm install @appsweet-co/debug\n```\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#usage)\r\n\r\n## ➤ Usage\n\nImport utilities directly into your files:\n\n```ts\nimport { Debug, DebugOpts } from '@appsweet-co/debug';\n\nconst config: DebugOpts = {\n  disabled: ['warn'],\n  prefix: 'FooBar',\n  showMeta: true\n};\n\nconst debug = Debug(config);\n\ndebug.log('Hello World')\n// [LOG] [FooBar] Hello World\n\ndebug.warn('Goodbye World');\n// \u003cNo output\u003e\n```\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#documentation)\r\n\r\n## ➤ Documentation\n\nWe generate API documentation using [TypeDoc](http://typedoc.org/). View the docs page [here](https://appsweet-co.github.io/debug).\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#updating-this-readme)\r\n\r\n## ➤ Updating This README\n\nWe generate this README with the [@appnest/readme](https://github.com/andreasbm/readme) tool.\n\nRun `npx @appnest/readme generate` or `npm run readme` to update this file.\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#author)\r\n\r\n## ➤ Author\n\n👤 **Appsweet.co**\n\n* Website: http://a6t.co\n* Github: [@appsweet-co](https://github.com/appsweet-co)\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#-contributing)\r\n\r\n## ➤ 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check [issues page](https://github.com/appsweet-co/debug/issues).\n\n\r\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#show-your-support)\r\n\r\n## ➤ Show your support\n\nGive a ⭐️ if this project helped you!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsweet-co%2Fdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsweet-co%2Fdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsweet-co%2Fdebug/lists"}