{"id":17463884,"url":"https://github.com/linxunfeng/bugly-symbol-uploader","last_synced_at":"2025-04-19T19:57:18.077Z","repository":{"id":65429354,"uuid":"581458233","full_name":"LinXunFeng/bugly-symbol-uploader","owner":"LinXunFeng","description":"符号表上传辅助工具（目前仅支持iOS） www.npmjs.com/package/buglysu","archived":false,"fork":false,"pushed_at":"2023-01-04T14:13:26.000Z","size":156,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T12:35:35.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/LinXunFeng.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":"2022-12-23T08:43:29.000Z","updated_at":"2023-08-29T13:56:56.000Z","dependencies_parsed_at":"2023-02-02T15:18:42.532Z","dependency_job_id":null,"html_url":"https://github.com/LinXunFeng/bugly-symbol-uploader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXunFeng%2Fbugly-symbol-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXunFeng%2Fbugly-symbol-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXunFeng%2Fbugly-symbol-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXunFeng%2Fbugly-symbol-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinXunFeng","download_url":"https://codeload.github.com/LinXunFeng/bugly-symbol-uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249787125,"owners_count":21325569,"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":[],"created_at":"2024-10-18T10:44:02.795Z","updated_at":"2025-04-19T19:57:18.045Z","avatar_url":"https://github.com/LinXunFeng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bugly符号表上传辅助工具\n\n```shell\n  _                    _\n | |__   _   _   __ _ | | _   _  ___  _   _\n | '_ \\ | | | | / _` || || | | |/ __|| | | |\n | |_) || |_| || (_| || || |_| |\\__ \\| |_| |\n |_.__/  \\__,_| \\__, ||_| \\__, ||___/ \\__,_|\n                |___/     |___/\nUsage: buglysu [options] [command]\n\nBugly上传符号表辅助工具\n\nOptions:\n  -v, --version       查看当前版本\n  -f, --file [value]  根据JSON配置文件上传符号表\n  -h, --help          查看帮助信息\n\nCommands:\n  init [path]         创建配置文件\n\nInfo:\n  Author: LinXunFeng\n  GitHub: https://github.com/LinXunFeng\n  Repository: https://github.com/LinXunFeng/bugly-symbol-uploader\n```\n\n## 安装\n\n全局安装\n\n```shell\nnpm i buglysu -g\n```\n\n## 使用\n\n使用 `init` 指令创建一份配置文件\n\n```shell\nbuglysu init\n```\n\n```json\n{\n  \"appId\": \"\",\n  \"appKey\": \"\",\n  \"bundleId\": \"\",\n  \"version\": \"\",\n  \"platform\": \"IOS\",\n  \"buglyqqUploadSymbolJarPath\": \".../buglyqq-upload-symbol.jar\",\n  \"symbolZipPath\": \".../x.x.x.app.dSYM.zip\",\n  \"symbols\": [\n    \"xxx.app.dSYM\",\n    \"xxx.framework.dSYM\",\n  ]\n}\n```\n\n`Bugly` 相关的参数就不做说明了\n\n|`字段`|描述|\n|-|-|\n|`buglyqqUploadSymbolJarPath`|`buglyqq-upload-symbol.jar` 文件的路径（请使用绝对路径）|\n|`symbolZipPath`|符号表的压缩文件（请使用绝对路径）|\n|`symbols`|需要上传的所有符号表（空则全部上传）|\n\n```shell\n# buglysu -f 配置文件\nbuglysu -f config.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinxunfeng%2Fbugly-symbol-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinxunfeng%2Fbugly-symbol-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinxunfeng%2Fbugly-symbol-uploader/lists"}