{"id":39456472,"url":"https://github.com/zakodium/fs-synchronizer","last_synced_at":"2026-01-18T04:36:35.816Z","repository":{"id":48995392,"uuid":"347017371","full_name":"zakodium/fs-synchronizer","owner":"zakodium","description":"Recursively find files in folder and extract file informations.","archived":false,"fork":false,"pushed_at":"2021-07-01T15:32:38.000Z","size":116,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-28T18:51:36.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zakodium.github.io/fs-synchronizer/","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/zakodium.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-12T09:51:36.000Z","updated_at":"2021-07-01T15:31:38.000Z","dependencies_parsed_at":"2022-09-09T04:00:31.863Z","dependency_job_id":null,"html_url":"https://github.com/zakodium/fs-synchronizer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zakodium/fs-synchronizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakodium%2Ffs-synchronizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakodium%2Ffs-synchronizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakodium%2Ffs-synchronizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakodium%2Ffs-synchronizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakodium","download_url":"https://codeload.github.com/zakodium/fs-synchronizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakodium%2Ffs-synchronizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2026-01-18T04:36:35.190Z","updated_at":"2026-01-18T04:36:35.808Z","avatar_url":"https://github.com/zakodium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fs-synchronizer\n\n[![NPM version][npm-image]][npm-url]\n[![build status][ci-image]][ci-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![npm download][download-image]][download-url]\n\nRecursively find files in folder and extract file informations.\n\n## Installation\n\n`$ npm i fs-synchronizer`\n\n## Usage\n\n```js\nimport { FileSynchronizer } from 'fs-synchronizer';\nconst sync = new FileSynchronizer({\n  root: 'test-utils',\n  maxDepth: 2,\n  patterns: [{ type: 'include', pattern: 'a*' }],\n});\n\nsync.on('file', (fileInfo) =\u003e {\n  console.log(`Found file: ${fileInfo.filename}`);\n});\nsync.on('excluded-file', (fileInfo) =\u003e {\n  console.log(`Excluded file: ${fileInfo.filename}`);\n});\nsync.on('end', () =\u003e {\n  console.log('Finished walking');\n});\nawait sync.walk();\n```\n\n## License\n\n[MIT](./LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/fs-synchronizer.svg\n[npm-url]: https://www.npmjs.com/package/fs-synchronizer\n[ci-image]: https://github.com/zakodium/fs-synchronizer/workflows/Node.js%20CI/badge.svg?branch=main\n[ci-url]: https://github.com/zakodium/fs-synchronizer/actions?query=workflow%3A%22Node.js+CI%22\n[codecov-image]: https://img.shields.io/codecov/c/github/zakodium/fs-synchronizer.svg\n[codecov-url]: https://codecov.io/gh/zakodium/fs-synchronizer\n[download-image]: https://img.shields.io/npm/dm/fs-synchronizer.svg\n[download-url]: https://www.npmjs.com/package/fs-synchronizer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakodium%2Ffs-synchronizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakodium%2Ffs-synchronizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakodium%2Ffs-synchronizer/lists"}