{"id":16370242,"url":"https://github.com/dottorblaster/willfs","last_synced_at":"2026-03-04T03:30:17.857Z","repository":{"id":142271066,"uuid":"94560058","full_name":"dottorblaster/willfs","owner":"dottorblaster","description":"My take on promisified fs read/write in NodeJS","archived":false,"fork":false,"pushed_at":"2017-06-16T16:35:31.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T20:04:48.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dottorblaster.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":"2017-06-16T16:02:12.000Z","updated_at":"2017-06-16T16:11:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed84fabb-5a63-4099-b139-64d37af33886","html_url":"https://github.com/dottorblaster/willfs","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"50e09353fa9f741763dafa8fa91e607474f90e0e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fwillfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fwillfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fwillfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fwillfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dottorblaster","download_url":"https://codeload.github.com/dottorblaster/willfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239887868,"owners_count":19713681,"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-11T03:04:25.720Z","updated_at":"2026-03-04T03:30:17.822Z","avatar_url":"https://github.com/dottorblaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# willfs\nMy take on promisified fs read/write in NodeJS\n\n## Examples\nShort examples follow:\n\n```js\nconst willfs = require('willfs')\n\nwillfs.read('/home/blaster/example.txt').then((data) =\u003e {\n    // Do something with your data\n}).catch(() =\u003e {\n    // Error management here in the catch\n})\n```\n\nAnd you can write a file:\n\n```js\nconst willfs = require('willfs')\n\nwillfs.write('/home/blaster/example.txt', 'Hello!').then(() =\u003e {\n    // Logic follows\n}).catch(() =\u003e {\n    // Error management here too\n})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fwillfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdottorblaster%2Fwillfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fwillfs/lists"}