Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T20:56:26.000Z (8 months ago)
- Last Synced: 2024-10-19T18:02:37.602Z (17 days ago)
- Topics: git, nodejs, server, utility
- Language: TypeScript
- Homepage: https://gabrielcsapo.github.io/node-git-server
- Size: 2.42 MB
- Stars: 254
- Watchers: 9
- Forks: 73
- 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
[![Npm Version](https://img.shields.io/npm/v/node-git-server.svg)](https://www.npmjs.com/package/node-git-server)
[![Build Status](https://travis-ci.org/gabrielcsapo/node-git-server.svg?branch=master)](https://travis-ci.org/gabrielcsapo/node-git-server)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-git-server/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-git-server/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-git-server#info=devDependencies)
[![npm](https://img.shields.io/npm/dt/node-git-server.svg)]()
[![npm](https://img.shields.io/npm/dm/node-git-server.svg)]()## 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).