{"id":20105930,"url":"https://github.com/markthree/fast-cpy","last_synced_at":"2025-07-23T21:38:32.073Z","repository":{"id":123260498,"uuid":"610724601","full_name":"markthree/fast-cpy","owner":"markthree","description":"Recursive concurrent copy, ultrafast","archived":false,"fork":false,"pushed_at":"2024-02-28T05:37:28.000Z","size":80,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-30T02:43:09.297Z","etag":null,"topics":["copy","go","nodejs","ultrafast"],"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/markthree.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-07T11:00:56.000Z","updated_at":"2023-03-07T11:03:29.000Z","dependencies_parsed_at":"2024-02-28T06:32:13.797Z","dependency_job_id":"e05382dd-0128-46f7-8d7a-585a9bf4e53a","html_url":"https://github.com/markthree/fast-cpy","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"48819883185ce244a82bceab6913ae47af855dc7"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/markthree/fast-cpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Ffast-cpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Ffast-cpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Ffast-cpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Ffast-cpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markthree","download_url":"https://codeload.github.com/markthree/fast-cpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markthree%2Ffast-cpy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266753968,"owners_count":23979144,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["copy","go","nodejs","ultrafast"],"created_at":"2024-11-13T17:48:39.253Z","updated_at":"2025-07-23T21:38:32.034Z","avatar_url":"https://github.com/markthree.png","language":"TypeScript","readme":"# fast-cpy\n\nRecursive concurrent copy, ultrafast\n\n\u003cbr /\u003e\n\n## README 🦉\n\n[简体中文](./README_CN.md) | English\n\n\u003cbr /\u003e\n\n## Usage\n\n### install\n\n```shell\nnpm i fast-cpy\n```\n\n### cli\n\n```shell\nfast-cpy \u003csrc\u003e \u003cdest\u003e\n```\n\n### program\n\n```ts\nimport { copy, copyBin } from \"fast-cpy\";\n\nawait copy(\"src\", \"dest\"); // Node native stream, supporting large files\n\nawait copyBin(\"src\", \"dest\"); // Use go, suitable for multiple files\n```\n\n\u003cbr /\u003e\n\n## License\n\nMade with [markthree](https://github.com/markthree)\n\nPublished under [MIT License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkthree%2Ffast-cpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkthree%2Ffast-cpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkthree%2Ffast-cpy/lists"}