# pullable **Repository Path**: mirrors_tellnes/pullable ## Basic Information - **Project Name**: pullable - **Description**: Serves git repositories in read only mode over http. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pullable Pullable serves git repositories in read only mode over http. ## Example ```js 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