pullable

0.0.1 • Public • Published

Pullable

Pullable serves git repositories in read only mode over http.

Example

var pullable = require('pullable')

var repo = pullable('/path/to/git/repository/.git')

repo.on('ready', function() {
  repo.listen(7001)
})

Install

npm install pullable

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i pullable

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tellnes