{"id":15749740,"url":"https://github.com/ksxgithub/deno-tree","last_synced_at":"2025-10-06T10:25:09.637Z","repository":{"id":43059940,"uuid":"251470163","full_name":"KSXGitHub/deno-tree","owner":"KSXGitHub","description":"Deno's library to traverse filesystem tree.","archived":false,"fork":false,"pushed_at":"2024-02-26T14:28:04.000Z","size":114,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T20:11:48.953Z","etag":null,"topics":["deno","filesystem","javascript","library","traverse","tree","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/tree/","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/KSXGitHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":null,"patreon":"khai96_","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-03-31T01:30:50.000Z","updated_at":"2023-12-31T14:31:15.000Z","dependencies_parsed_at":"2023-12-18T16:29:58.937Z","dependency_job_id":"5fddcde5-ec06-4349-a287-3aa70b225a31","html_url":"https://github.com/KSXGitHub/deno-tree","commit_stats":{"total_commits":87,"total_committers":3,"mean_commits":29.0,"dds":0.3563218390804598,"last_synced_commit":"046b8e598952c3b47661627c5829b93e2eeed325"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Fdeno-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Fdeno-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Fdeno-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Fdeno-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KSXGitHub","download_url":"https://codeload.github.com/KSXGitHub/deno-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243414532,"owners_count":20287137,"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":["deno","filesystem","javascript","library","traverse","tree","typescript"],"created_at":"2024-10-04T06:04:43.603Z","updated_at":"2025-10-06T10:25:04.589Z","avatar_url":"https://github.com/KSXGitHub.png","language":"TypeScript","funding_links":["https://patreon.com/khai96_"],"categories":[],"sub_categories":[],"readme":"# Deno Tree\n\n[![Test](https://github.com/KSXGitHub/deno-tree/workflows/Test/badge.svg)](https://github.com/KSXGitHub/deno-tree/actions?query=workflow%3ATest)\n\n[Deno](https://deno.land)'s library to traverse filesystem tree.\n\n## Usage\n\n### Async\n\n```typescript\nimport traverse from 'https://ksxgithub.github.io/deno-tree/async.ts'\n\nfor await (const item of traverse('.', () =\u003e true)) {\n  console.log(\n    item.isDirectory ? 'dir' : 'file',\n    item.container + '/' + item.info.name\n  )\n}\n```\n\n## TODO\n\n* [ ] Test\n* [ ] Sync version\n\n## License\n\n[MIT](https://git.io/Jv5km) © [Hoàng Văn Khải](https://github.com/KSXGitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksxgithub%2Fdeno-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksxgithub%2Fdeno-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksxgithub%2Fdeno-tree/lists"}