{"id":14984972,"url":"https://github.com/justjavac/deno_is_git","last_synced_at":"2025-10-24T01:47:35.518Z","repository":{"id":57675380,"uuid":"289833852","full_name":"justjavac/deno_is_git","owner":"justjavac","description":"Whether the filepath is a git repository.","archived":false,"fork":false,"pushed_at":"2020-08-24T10:49:29.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T18:03:51.474Z","etag":null,"topics":["deno","deno-mod","deno-module","deno-tools","git"],"latest_commit_sha":null,"homepage":"","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/justjavac.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":"2020-08-24T05:12:12.000Z","updated_at":"2021-05-14T12:52:22.000Z","dependencies_parsed_at":"2022-09-26T18:22:03.856Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_is_git","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_is_git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"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","deno-mod","deno-module","deno-tools","git"],"created_at":"2024-09-24T14:10:00.580Z","updated_at":"2025-10-24T01:47:35.405Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_is_git\n\n[![tag](https://img.shields.io/github/release/justjavac/deno_is_git)](https://github.com/justjavac/deno_is_git/releases)\n[![Build Status](https://github.com/justjavac/deno_is_git/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_is_git/actions)\n[![license](https://img.shields.io/github/license/justjavac/deno_is_git)](https://github.com/justjavac/deno_is_git/blob/master/LICENSE)\n\nWhether the filepath is a **git repository**.\n\n## Usage\n\n```ts\nimport { isGit, isGitSync } from \"https://deno.land/x/is_git/mod.ts\";\n\nawait isGit(); // true or false of Deno.cwd()\nawait isGit('any/git/repo'); // true or false\n\nisGitSync(); // true or false of Deno.cwd()\nisGitSync('any/git/repo'); // true or false\n```\n\n## Example\n\n```bash\ndeno run --allow-read https://deno.land/x/is_git/example.ts\n```\n\n## License\n\n[deno_is_git](https://github.com/justjavac/deno_is_git) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_is_git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_is_git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_is_git/lists"}