https://github.com/gabrielcsapo/node-git-server
🎡 A configurable git server written in Node.js
https://github.com/gabrielcsapo/node-git-server
git nodejs server utility
Last synced: 23 days ago
JSON representation
🎡 A configurable git server written in Node.js
- Host: GitHub
- URL: https://github.com/gabrielcsapo/node-git-server
- Owner: gabrielcsapo
- License: mit
- Created: 2016-12-07T17:42:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T20:56:26.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:37:09.861Z (25 days ago)
- Topics: git, nodejs, server, utility
- Language: TypeScript
- Homepage: https://gabrielcsapo.github.io/node-git-server
- Size: 2.42 MB
- Stars: 257
- Watchers: 8
- Forks: 76
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-git-server
> 🎡 A configurable git server written in Node.js
[](https://www.npmjs.com/package/node-git-server)
[](https://travis-ci.org/gabrielcsapo/node-git-server)
[](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server)
[](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server#info=devDependencies)
[]()
[]()## Install
```shell
npm install node-git-server
```## Usage
Please visit our docs [https://gabrielcsapo.github.io/node-git-server](https://gabrielcsapo.github.io/node-git-server)!
## Philosophy
This library is aimed to have a zero dependency footprint. If you are reading this and you see dependencies, help to remove them 🐒.
## Thanks
This is a hard fork from [pushover](https://github.com/substack/pushover).