{"id":23009962,"url":"https://github.com/lywzx/node-js-filesystem","last_synced_at":"2025-08-14T04:33:02.442Z","repository":{"id":40288798,"uuid":"246876432","full_name":"lywzx/node-js-filesystem","owner":"lywzx","description":"node js filesystem like laravel filesystem","archived":false,"fork":false,"pushed_at":"2023-09-27T21:06:42.000Z","size":3297,"stargazers_count":19,"open_issues_count":12,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-13T05:26:10.359Z","etag":null,"topics":["flysystem","node-js-filesystem"],"latest_commit_sha":null,"homepage":"https://www.lyblog.net","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/lywzx.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":"2020-03-12T16:03:58.000Z","updated_at":"2025-01-29T20:20:08.000Z","dependencies_parsed_at":"2024-06-21T16:35:05.607Z","dependency_job_id":"23a2f09e-5c67-4611-9ed7-64d9b35519d2","html_url":"https://github.com/lywzx/node-js-filesystem","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/lywzx/node-js-filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lywzx%2Fnode-js-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lywzx%2Fnode-js-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lywzx%2Fnode-js-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lywzx%2Fnode-js-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lywzx","download_url":"https://codeload.github.com/lywzx/node-js-filesystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lywzx%2Fnode-js-filesystem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270307322,"owners_count":24562426,"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-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["flysystem","node-js-filesystem"],"created_at":"2024-12-15T09:16:36.391Z","updated_at":"2025-08-14T04:33:02.091Z","avatar_url":"https://github.com/lywzx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About Node Js Filesystem\n\n\n[![Build Status](https://github.com/lywzx/node-js-filesystem/actions/workflows/npm-ci.yml/badge.svg?branch=master)](https://github.com/lywzx/node-js-filesystem/actions/workflows/npm-ci.yml)\n[![codecov](https://codecov.io/gh/lywzx/node-js-filesystem/branch/master/graph/badge.svg)](https://codecov.io/gh/lywzx/node-js-filesystem)\n[![NPM version](https://img.shields.io/npm/v/@filesystem/core.svg?style=flat-square)](https://www.npmjs.com/package/@filesystem/core)\n[![NPM downloads](https://img.shields.io/npm/dm/@filesystem/core.svg?style=flat-square)](https://www.npmjs.com/package/@filesystem/core)\n[![Known Vulnerabilities](https://snyk.io/test/github/lywzx/node-js-filesystem/badge.svg?targetFile=packages/core/package.json)](https://snyk.io/test/github/lywzx/node-js-filesystem?targetFile=package.json)\n[![License](https://img.shields.io/npm/l/@filesystem/core.svg?sanitize=true)](https://www.npmjs.com/package/@filesystem/core)\n\nNode js filesystem like php filesystem package [thephpleague/flysystem](https://flysystem.thephpleague.com/)\n\nFlysystem is a filesystem abstraction library for NodeJs. By providing a unified interface for many different filesystems you’re able to swap out filesystems without application wide rewrites.\n\nUsing Flysystem can eliminate vendor-lock in, reduce technical debt, and improve the testability of your code.\n\n# Getting Started\n\n## Installation\n\n```bash\n# install\nyarn add @filesystem/core # or：npm install @filesystem/core --save\n```\n\n# Support Adapters\n\nAdapters | Status | Description\n---|---|---\n@filesystem/ali-oss-adapter | doing       | aliyun oss adapter, support nodejs or browser\n@filesystem/ftp-adapter     | doing       | nodejs ftp upload\n@filesystem/sftp-adapter    | doing       | sftp adapter\n@filesystem/webdav-adapter  | doing       | webdav adapter\n@filesystem/memory-adapter  | doing       | memory filesystem adapter\n@filesystem/nestjs          | doing       | NestJs Module\n\n# Usage\n\nTo safely interact with the filesystem, always wrap the adapter in a Filesystem instance.\n\n```typescript\nimport { LocalFilesystemAdapter, Filesystem  } from '@filesystem/core';\n\n// SETUP\nconst adapter = new LocalFilesystemAdapter(rootPath);\nconst filesystem = Filesystem(adapter);\n\n// USAGE\nawait filesystem.write($path, $contents);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flywzx%2Fnode-js-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flywzx%2Fnode-js-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flywzx%2Fnode-js-filesystem/lists"}