{"id":18619873,"url":"https://github.com/itsnickbarry/hardhat-log-remover","last_synced_at":"2025-04-11T02:30:54.000Z","repository":{"id":44559323,"uuid":"294860058","full_name":"ItsNickBarry/hardhat-log-remover","owner":"ItsNickBarry","description":"Remove Hardhat console.log imports and calls from Solidity source files 🪓","archived":false,"fork":false,"pushed_at":"2023-01-12T19:28:35.000Z","size":135,"stargazers_count":13,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-27T05:42:38.931Z","etag":null,"topics":["blockchain","buidler","console","console-log","ethereum","hardhat","log","smart-contracts","solidity","wow"],"latest_commit_sha":null,"homepage":"","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/ItsNickBarry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-12T03:11:17.000Z","updated_at":"2023-11-09T11:14:19.000Z","dependencies_parsed_at":"2023-02-09T13:05:18.259Z","dependency_job_id":null,"html_url":"https://github.com/ItsNickBarry/hardhat-log-remover","commit_stats":null,"previous_names":["itsnickbarry/buidler-log-remover"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsNickBarry%2Fhardhat-log-remover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsNickBarry%2Fhardhat-log-remover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsNickBarry%2Fhardhat-log-remover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsNickBarry%2Fhardhat-log-remover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsNickBarry","download_url":"https://codeload.github.com/ItsNickBarry/hardhat-log-remover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248329523,"owners_count":21085549,"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":["blockchain","buidler","console","console-log","ethereum","hardhat","log","smart-contracts","solidity","wow"],"created_at":"2024-11-07T04:03:44.231Z","updated_at":"2025-04-11T02:30:53.701Z","avatar_url":"https://github.com/ItsNickBarry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hardhat Log Remover\n\nRemove Hardhat `console.log` imports and calls from Solidity source code.\n\nThis plugin is intended in part to keep version-controlled code free of log statements. To remove logs from compiled contracts while preserving them in source code, see [hardhat-preprocessor](https://github.com/wighawag/hardhat-preprocessor).\n\n\u003e Versions of this plugin prior to `2.0.0` were released as `buidler-log-remover`.\n\n## Installation\n\n```bash\nnpm install --save-dev hardhat-log-remover\n# or\nyarn add --dev hardhat-log-remover\n```\n\n## Usage\n\nLoad plugin in Hardhat config:\n\n```javascript\nrequire('hardhat-log-remover');\n```\n\nRun the Hardhat task manually:\n\n```bash\nnpx hardhat remove-logs\n```\n\n# or\n\n```bash\nyarn run hardhat remove-logs\n```\n\nBefore removing logs, the plugin will ensure that all contracts can be compiled successfully.\n\n## Development\n\nInstall dependencies via Yarn:\n\n```bash\nyarn install\n```\n\nSetup Husky to format code on commit:\n\n```bash\nyarn prepare\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsnickbarry%2Fhardhat-log-remover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsnickbarry%2Fhardhat-log-remover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsnickbarry%2Fhardhat-log-remover/lists"}