ghitto

1.3.1 • Public • Published

Ghitto

Ghitto is a minimalistic git repository manager. It allows you to create repositories and helps you with simple tasks such as cloning and initing.

Install

npm install -g ghitto

Usage

Start with:

ghitto <port> <path> <ssh> [<read-only>]

where <port> represents the port to run the webserver on, <path> is the path to the directory containing the git repositories, and <ssh login> is the username and domain used to clone. <read-only> is a boolean which disables the possibility to add repositiories and directiories (default is false).

For example:

ghitto 80 /var/git git@example.com
 
ghitto 80 /var/git git@example.com true

Screenshots

Package Sidebar

Install

npm i ghitto

Weekly Downloads

5

Version

1.3.1

License

MIT

Last publish

Collaborators

  • raksooo