{"id":17482795,"url":"https://github.com/creationix/git-node-fs","last_synced_at":"2025-04-10T02:43:59.424Z","repository":{"id":16752226,"uuid":"19509873","full_name":"creationix/git-node-fs","owner":"creationix","description":"A node adapter for the fs-db mixin for js-git.","archived":false,"fork":false,"pushed_at":"2021-06-04T16:42:48.000Z","size":380,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T04:14:36.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/creationix.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}},"created_at":"2014-05-06T20:38:21.000Z","updated_at":"2023-09-08T16:47:26.000Z","dependencies_parsed_at":"2022-09-24T10:01:31.689Z","dependency_job_id":null,"html_url":"https://github.com/creationix/git-node-fs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fgit-node-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fgit-node-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fgit-node-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fgit-node-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creationix","download_url":"https://codeload.github.com/creationix/git-node-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247828793,"owners_count":21002975,"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":[],"created_at":"2024-10-18T23:44:44.276Z","updated_at":"2025-04-10T02:43:59.405Z","avatar_url":"https://github.com/creationix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"git-node-fs\n===========\n\nA node adapter for the fs-db mixin for [js-git].\nThis enables access to Git repositories on the filesystem using Node.js.\n\n```js\nvar repo = {};\nrepo.rootPath = path.join(__dirname, \".git\");\nvar fs = require(\"git-node-fs\");\nrequire(\"js-git/mixins/fs-db\")(repo, fs);\n```\n\nOr use the provided mixin directly.\n\n```js\nvar repo = {};\nvar path = path.join(\"some/bare/repo.git\");\nrequire('git-node-fs/mixins/fs-db')(repo, path);\n```\n\n[js-git]: https://github.com/creationix/js-git\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fgit-node-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreationix%2Fgit-node-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fgit-node-fs/lists"}