{"id":13448527,"url":"https://github.com/deepsweet/copie","last_synced_at":"2025-03-22T09:31:24.886Z","repository":{"id":66165186,"uuid":"138643333","full_name":"deepsweet/copie","owner":"deepsweet","description":"👯‍♀️ Copy a file","archived":true,"fork":false,"pushed_at":"2020-03-27T17:34:11.000Z","size":549,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T14:27:46.291Z","etag":null,"topics":["clone","copy","cp"],"latest_commit_sha":null,"homepage":null,"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/deepsweet.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-25T19:57:27.000Z","updated_at":"2023-04-28T16:29:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1be875bc-ab39-48b7-8296-520ee43f1e8c","html_url":"https://github.com/deepsweet/copie","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fcopie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fcopie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fcopie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fcopie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepsweet","download_url":"https://codeload.github.com/deepsweet/copie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"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":["clone","copy","cp"],"created_at":"2024-07-31T05:01:48.063Z","updated_at":"2025-03-22T09:31:24.880Z","avatar_url":"https://github.com/deepsweet.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# copie\n\n**:warning: Project has been transferred to [NexTools metarepo](https://github.com/nextools/metarepo/tree/master/packages/copie)**\n\n[![npm](https://img.shields.io/npm/v/copie.svg?style=flat-square)](https://www.npmjs.com/package/copie) [![tests](https://img.shields.io/travis/deepsweet/copie/master.svg?label=tests\u0026style=flat-square)](https://travis-ci.org/deepsweet/copie) [![coverage](https://img.shields.io/codecov/c/github/deepsweet/copie.svg?style=flat-square)](https://codecov.io/github/deepsweet/copie)\n\nCopy a file.\n\n* no CLI\n* no globs\n* no `mkdir -p`\n* no side effects such as `stdout`\n* Promise only API\n* preserve `uid`, `gid`, `mode`, `atime` and `mtime` stats\n\n## Requirements\n\n* Node.js \u003e= 8.6.0\n\n## Install\n\n```sh\n$ yarn add copie\n# or\n$ npm install copie\n```\n\n## Usage\n\n```js\nimport copie from 'copie'\n\ncopie('/from/file/path', '/to/file/path')\n  .then(() =\u003e console.log('done'))\n  .catch(console.error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsweet%2Fcopie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepsweet%2Fcopie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsweet%2Fcopie/lists"}