Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humphd/git-idfs-db
A git db implementation that wraps an IDBFS interface instance. Creates real git repos in the fs.
https://github.com/humphd/git-idfs-db
Last synced: 14 days ago
JSON representation
A git db implementation that wraps an IDBFS interface instance. Creates real git repos in the fs.
- Host: GitHub
- URL: https://github.com/humphd/git-idfs-db
- Owner: humphd
- License: mit
- Created: 2013-11-11T01:43:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T02:46:08.000Z (about 11 years ago)
- Last Synced: 2024-04-11T12:59:24.345Z (7 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-idfs-db
===========A js-git interface adapter that implements [db][] using [IDBFS][].
[db]: https://github.com/creationix/js-git/blob/master/specs/high/db.md
[IDBFS]: https://github.com/js-platform/idbfs