{"id":16473238,"url":"https://github.com/saintedlama/git-visit","last_synced_at":"2025-03-21T06:32:15.596Z","repository":{"id":25800588,"uuid":"29239402","full_name":"saintedlama/git-visit","owner":"saintedlama","description":"Git command line wrapping library to git visit commit history","archived":false,"fork":false,"pushed_at":"2024-09-06T07:05:33.000Z","size":1042,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T22:14:30.011Z","etag":null,"topics":["git","nodejs","ssh-key"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saintedlama.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":"2015-01-14T10:33:56.000Z","updated_at":"2018-06-07T06:28:38.000Z","dependencies_parsed_at":"2023-01-14T03:27:02.115Z","dependency_job_id":null,"html_url":"https://github.com/saintedlama/git-visit","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fgit-visit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fgit-visit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fgit-visit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintedlama%2Fgit-visit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saintedlama","download_url":"https://codeload.github.com/saintedlama/git-visit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244751632,"owners_count":20504243,"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":["git","nodejs","ssh-key"],"created_at":"2024-10-11T12:25:55.818Z","updated_at":"2025-03-21T06:32:15.064Z","avatar_url":"https://github.com/saintedlama.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-visit\n[![Build Status](https://travis-ci.org/saintedlama/git-visit.svg?branch=master)](https://travis-ci.org/saintedlama/git-visit)\n[![Coverage Status](https://coveralls.io/repos/github/saintedlama/git-visit/badge.svg?branch=master)](https://coveralls.io/github/saintedlama/git-visit?branch=master)\n\nGit command line wrapping library including SSH key handling, log and diff parsing\n\n## Usage\n\n```bash\n\u003e npm i git-visit\n```\n\n```javascript\nconst Repository = require('git-visit');\n\nasync function getLog() {\n  const repo = new Repository('/path/to/git/repository');\n\n  const log = await repo.log();\n}\n\ngetLog().then(() =\u003e console.log('got a parsed git log'));\n```\n\n## API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintedlama%2Fgit-visit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaintedlama%2Fgit-visit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintedlama%2Fgit-visit/lists"}