gangleri / getrepository

Gets the repository for a module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getrepository

Gets the repository for a module

Installation

npm install getrepository

Usage

var getRepository = require('getrepository')

getRepository('getrepository', function(err, repo) {
		// repo is an object with two properties
		// type and url
})

About

Gets the repository for a module

License:MIT License


Languages

Language:JavaScript 100.0%