{"id":16052181,"url":"https://github.com/manage-console/manage-console-cli","last_synced_at":"2026-02-16T08:31:45.498Z","repository":{"id":257810082,"uuid":"867811450","full_name":"manage-console/manage-console-cli","owner":"manage-console","description":"🧹A powerful CLI tool to manage console.log statements in your JavaScript/TypeScript projects.","archived":false,"fork":false,"pushed_at":"2024-10-07T18:47:50.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T10:24:25.466Z","etag":null,"topics":["clean-code","comment-system","console-log","npm","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/manage-console-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manage-console.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-04T19:09:57.000Z","updated_at":"2024-10-07T18:47:53.000Z","dependencies_parsed_at":"2024-10-10T22:45:24.266Z","dependency_job_id":null,"html_url":"https://github.com/manage-console/manage-console-cli","commit_stats":{"total_commits":98,"total_committers":3,"mean_commits":"32.666666666666664","dds":0.2857142857142857,"last_synced_commit":"b6dbbd44d42a8bac27305c00b28ba6adc9556b13"},"previous_names":["manage-console/manage-console-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/manage-console/manage-console-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manage-console%2Fmanage-console-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manage-console%2Fmanage-console-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manage-console%2Fmanage-console-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manage-console%2Fmanage-console-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manage-console","download_url":"https://codeload.github.com/manage-console/manage-console-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manage-console%2Fmanage-console-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29503809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T08:14:25.707Z","status":"ssl_error","status_checked_at":"2026-02-16T08:14:25.334Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["clean-code","comment-system","console-log","npm","npm-package"],"created_at":"2024-10-09T01:07:51.746Z","updated_at":"2026-02-16T08:31:45.483Z","avatar_url":"https://github.com/manage-console.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Console Manager CLI\n\n🧹A powerful CLI tool to manage console.log statements in your JavaScript/TypeScript projects.\n\n[![npm version](https://img.shields.io/npm/v/manage-console-cli.svg)](https://www.npmjs.com/package/manage-console-cli)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## 🚀 Features\n\n- Remove console.log statements from your code\n- Comment out console.log statements\n- Process individual files or entire projects\n- Exclude specific files or directories\n\n## 📦 Installation\n\nInstall the package globally using npm:\n\n```bash\nnpm install -g manage-console-cli\n```\n\nInstall the package as a dev dependency in your project:\n\n```bash\nnpm install manage-console-cli --save-dev\n```\n\n## 🛠️ Usage\n\n### Remove console.log statements\n\nTo remove console.log statements from a specific file:\n\n```bash\nconsole-manager remove --file path/to/your/file.js\n```\n\nTo remove console.log statements from all files in the current directory and its subdirectories:\n\n```bash\nconsole-manager comment --all\n```\n\n## ⚙️ Configuration\n\nBy default, the tool processes .js, .ts, .jsx, and .tsx files. It excludes the following directories:\n\n- node_modules\n- dist\n- build\n- .git\n\nAnd the following files:\n\n- config.js\n- config.json\n- package.json\n- package-lock.json\n\n## 🧩 VS Code Extension\n\nIf you prefer a visual interface, you can use our VS Code extension that provides the same functionality:\n\n[CLG Manager for VS Code](https://marketplace.visualstudio.com/items?itemName=ConsoleManager.clg-manger)\n\nThis extension allows you to manage console.log statements directly from your VS Code editor.\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/manage-console/manage-console-cli/issues).\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n\n## 👨‍💻 Author\n\n**Mohamed Nabih**\n\n- Github: [@muhammad-nabih](https://github.com/muhammad-nabih)\n\n## 🌟 Show your support\n\nGive a ⭐️ if this project helped you!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanage-console%2Fmanage-console-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanage-console%2Fmanage-console-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanage-console%2Fmanage-console-cli/lists"}