{"id":16253633,"url":"https://github.com/develephant/fsp","last_synced_at":"2025-04-08T12:45:58.786Z","repository":{"id":57107865,"uuid":"85835885","full_name":"develephant/fsp","owner":"develephant","description":"A simple Promise wrapper for fs-extra.","archived":false,"fork":false,"pushed_at":"2017-03-22T14:26:29.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T12:06:25.228Z","etag":null,"topics":["async","await","fs","fs-extra","promise","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/develephant.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}},"created_at":"2017-03-22T14:12:58.000Z","updated_at":"2019-05-19T14:35:26.000Z","dependencies_parsed_at":"2022-08-20T17:11:11.254Z","dependency_job_id":null,"html_url":"https://github.com/develephant/fsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develephant%2Ffsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develephant%2Ffsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develephant%2Ffsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develephant%2Ffsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/develephant","download_url":"https://codeload.github.com/develephant/fsp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247846595,"owners_count":21006071,"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":["async","await","fs","fs-extra","promise","wrapper"],"created_at":"2024-10-10T15:18:04.475Z","updated_at":"2025-04-08T12:45:58.758Z","avatar_url":"https://github.com/develephant.png","language":"JavaScript","readme":"# `fsp`\n\n### A simple Promise wrapper for fs-extra.\n\n![js-badge](https://img.shields.io/badge/javascript-ES2017-brightgreen.svg)\n![node-badge](https://img.shields.io/badge/node-v7-brightgreen.svg)\n\n## Install\n\n```\nnpm i @develephant/fsp --save\n```\n\n## Usage\n\n```js\nconst fsp = require('@develephant/fsp')\n```\n\n## Example\n\n```js\n//in async function\nasync function copyIt(src, dest) {\n  await fsp.copy(src, dest)\n    .then(res =\u003e console.log(res))\n    .catch(err =\u003e console.error(err))\n}\n```\n\n## Resources\n\n__[fs-extra](https://github.com/jprichardson/node-fs-extra)__\n\n__[promisify-node](https://github.com/nodegit/promisify-node/blob/master/package.json)__\n\n---\n\n#### `fsp` \u0026Star; \u0026copy; 2017 develephant \u0026Star; MIT license\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelephant%2Ffsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelephant%2Ffsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelephant%2Ffsp/lists"}