{"id":20294199,"url":"https://github.com/teambit/any-fs","last_synced_at":"2025-04-11T11:42:52.795Z","repository":{"id":57164789,"uuid":"232539355","full_name":"teambit/any-fs","owner":"teambit","description":"anyfs is a composable and extendible file-system and fully compatible with the node `fs` module.","archived":false,"fork":false,"pushed_at":"2020-02-16T13:53:22.000Z","size":37,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T03:32:56.260Z","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/teambit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-08T10:36:03.000Z","updated_at":"2022-07-08T03:32:04.000Z","dependencies_parsed_at":"2022-09-01T09:11:16.084Z","dependency_job_id":null,"html_url":"https://github.com/teambit/any-fs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fany-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fany-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fany-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fany-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teambit","download_url":"https://codeload.github.com/teambit/any-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730068,"owners_count":20986404,"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-14T15:28:12.352Z","updated_at":"2025-04-11T11:42:52.777Z","avatar_url":"https://github.com/teambit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# any-fs\n![npm](https://img.shields.io/npm/l/anyfs.svg?style=flat-square)\n\nany-fs is a composable and extendible file-system and fully compatible with the node `fs` module.\n\n## Usage\n\n```js\nvar { MemoryFS } = require('@teambit/any-fs');\nconst fs = new MemoryFS() \nfs.writeFile()\n````\n\n```js\nvar { Volume } = require('@teambit/any-fs');\nconst fs = new Volume() \nfs.writeFile()\n```\n\n\n## Adapters\nAnyFS comes with following adapters\n - Memory - Builtin, access with `MemoryFS`\n - Fs - node fs \n \n## Features\n- Full compatibility to the Node `fs` module.\n- Supports the node `fs` promises API\n\n## In-Progress\n- Docker volume\n- Kubernetes \n- SFTP\n- AWS S3\n- Google storage\n\n\nMade with ❤ to free software by Team Bit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fany-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteambit%2Fany-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fany-fs/lists"}