{"id":13451824,"url":"https://github.com/liriliri/eruda","last_synced_at":"2025-05-12T16:24:42.451Z","repository":{"id":37393479,"uuid":"53256950","full_name":"liriliri/eruda","owner":"liriliri","description":"Console for mobile browsers","archived":false,"fork":false,"pushed_at":"2025-01-05T13:08:10.000Z","size":3561,"stargazers_count":19550,"open_issues_count":62,"forks_count":1260,"subscribers_count":338,"default_branch":"master","last_synced_at":"2025-05-05T14:18:13.703Z","etag":null,"topics":["console","debugger","developer-tools","eruda","mobile"],"latest_commit_sha":null,"homepage":"https://eruda.liriliri.io","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/liriliri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"open_collective":"eruda","ko_fi":"surunzi","custom":["surunzi.com/wechatpay.html"]}},"created_at":"2016-03-06T13:45:55.000Z","updated_at":"2025-05-05T12:04:23.000Z","dependencies_parsed_at":"2023-11-07T17:14:04.212Z","dependency_job_id":"c6fce9a4-efde-4ee8-be70-8ee5ea682d66","html_url":"https://github.com/liriliri/eruda","commit_stats":{"total_commits":932,"total_committers":21,"mean_commits":44.38095238095238,"dds":"0.45171673819742486","last_synced_commit":"e983115d3428ef698550b34595460dd6b32b3764"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liriliri%2Feruda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liriliri%2Feruda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liriliri%2Feruda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liriliri%2Feruda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liriliri","download_url":"https://codeload.github.com/liriliri/eruda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252575414,"owners_count":21770561,"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","debugger","developer-tools","eruda","mobile"],"created_at":"2024-07-31T07:01:03.828Z","updated_at":"2025-05-12T16:24:42.431Z","avatar_url":"https://github.com/liriliri.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://eruda.liriliri.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://eruda.liriliri.io/icon.png\" width=\"400\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eEruda\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nConsole for Mobile Browsers.\n\n[![NPM version][npm-image]][npm-url]\n[![Build status][ci-image]][ci-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![Downloads][jsdelivr-image]][jsdelivr-url]\n[![License][license-image]][npm-url]\n\n\u003c/div\u003e\n\n[npm-image]: https://img.shields.io/npm/v/eruda?style=flat-square\n[npm-url]: https://npmjs.org/package/eruda\n[jsdelivr-image]: https://img.shields.io/jsdelivr/npm/hm/eruda?style=flat-square\n[jsdelivr-url]: https://www.jsdelivr.com/package/npm/eruda\n[ci-image]: https://img.shields.io/github/actions/workflow/status/liriliri/eruda/main.yml?branch=master\u0026style=flat-square\n[ci-url]: https://github.com/liriliri/eruda/actions/workflows/main.yml \n[codecov-image]: https://img.shields.io/codecov/c/github/liriliri/eruda?style=flat-square\n[codecov-url]: https://codecov.io/github/liriliri/eruda?branch=master\n[license-image]: https://img.shields.io/npm/l/eruda?style=flat-square\n[donate-image]: https://img.shields.io/badge/$-donate-0070ba.svg?style=flat-square\n\n\u003cimg src=\"https://eruda.liriliri.io/screenshot.jpg\" style=\"width:100%\"\u003e\n\n## Demo\n\n![Demo](https://eruda.liriliri.io/qrcode.png)\n\nBrowse it on your phone: [eruda.liriliri.io](https://eruda.liriliri.io/)\n\n## Install\n\nYou can get it on npm.\n\n```bash\nnpm install eruda --save-dev\n```\n\nAdd this script to your page.\n\n```html\n\u003cscript src=\"node_modules/eruda/eruda.js\"\u003e\u003c/script\u003e\n\u003cscript\u003eeruda.init();\u003c/script\u003e\n```\n\nIt's also available on [jsDelivr](http://www.jsdelivr.com/projects/eruda) and [cdnjs](https://cdnjs.com/libraries/eruda).\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/eruda\"\u003e\u003c/script\u003e\n\u003cscript\u003eeruda.init();\u003c/script\u003e\n```\n\nFor more detailed usage instructions, please read the documentation at [eruda.liriliri.io](https://eruda.liriliri.io/docs/)!\n\n## Related Projects\n\n* [eruda-android](https://github.com/liriliri/eruda-android): Simple webview with eruda loaded automatically.\n* [chii](https://github.com/liriliri/chii): Remote debugging tool.\n* [chobitsu](https://github.com/liriliri/chobitsu): Chrome devtools protocol JavaScript implementation.\n* [licia](https://github.com/liriliri/licia): Utility library used by eruda.\n* [luna](https://github.com/liriliri/luna): UI components used by eruda.\n* [vivy](https://github.com/liriliri/vivy-docs): Icon image generation.\n\n## Third Party\n\n* [eruda-pixel](https://github.com/Faithree/eruda-pixel): UI pixel restoration tool.\n* [eruda-webpack-plugin](https://github.com/huruji/eruda-webpack-plugin): Eruda webpack plugin.\n* [eruda-vue-devtools](https://github.com/Zippowxk/vue-devtools-plugin): Eruda Vue-devtools plugin.\n\n## Backers\n\n\u003ca rel=\"noreferrer noopener\" href=\"https://opencollective.com/eruda\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/eruda/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n## Contribution\n\nRead [Contributing Guide](https://eruda.liriliri.io/docs/contributing.html) for development setup instructions.\n","funding_links":["https://opencollective.com/eruda","https://ko-fi.com/surunzi","surunzi.com/wechatpay.html"],"categories":["JavaScript","Mobile","前端开发框架及项目","目录","developer-tools","mobile","工具","Other Useful Tools and Libraries"],"sub_categories":["其他_文本生成、文本对话","调试"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliriliri%2Feruda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliriliri%2Feruda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliriliri%2Feruda/lists"}