{"id":21822165,"url":"https://github.com/soybeanjs/syncmirror","last_synced_at":"2026-02-16T01:46:38.554Z","repository":{"id":211617518,"uuid":"729582248","full_name":"soybeanjs/syncmirror","owner":"soybeanjs","description":"sync npmmirror","archived":false,"fork":false,"pushed_at":"2024-12-12T02:13:29.000Z","size":230,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T18:08:16.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soybeanjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2023-12-09T17:25:52.000Z","updated_at":"2024-12-12T02:13:14.000Z","dependencies_parsed_at":"2024-12-08T21:36:20.924Z","dependency_job_id":"99c353a4-013f-4045-9193-6aafe5dfaf50","html_url":"https://github.com/soybeanjs/syncmirror","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"9764241e0c1119d44f19987ef394375f24a2c50b"},"previous_names":["soybeanjs/syncmirror","soybeanjs/sync-npmmirror"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fsyncmirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fsyncmirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fsyncmirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fsyncmirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soybeanjs","download_url":"https://codeload.github.com/soybeanjs/syncmirror/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819353,"owners_count":21166474,"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-11-27T17:13:26.646Z","updated_at":"2026-02-16T01:46:38.527Z","avatar_url":"https://github.com/soybeanjs.png","language":"TypeScript","readme":"# syncmirror\n\n## Usage\n\n### use npx\n\n#### sync single package\n\n```bash\nnpx syncmirror -s @soybeanjs/cli\n```\n#### sync multi packages\n\n```bash\nnpx syncmirror -s @soybeanjs/cli,@soybeanjs/eslint-config\n```\n\n### use api\n\n```ts\nimport { sync } from 'syncmirror'\n\n// 1. sync single package\n// if not provide the name, it will use the package.json name\nsync();\n// sync the package with name @soybeanjs/cli\nsync('@soybeanjs/cli');\n\n// 2. sync multi packages\nsync(['@soybeanjs/cli', '@soybeanjs/eslint-config']);\n\n// 3. with options\nsync('@soybeanjs/cli', {\n  cwd: process.cwd(),\n  log: true,\n  timeout: 1000 * 60,\n});\n```\n\n### help\n\n```bash\nnpx syncmirror -h\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoybeanjs%2Fsyncmirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoybeanjs%2Fsyncmirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoybeanjs%2Fsyncmirror/lists"}