Skip to content

hokaccha/github-url-from-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-url-from-npm

Get GitHub URL from npm module name.

var githubUrlFromNpm = require('github-url-from-npm');
githubUrlFromNpm('mocha', function(err, url) {
  assert(url === 'https://github.com/mochajs/mocha');
});

Install

$ npm install github-url-from-npm

LICENSE

MIT

About

Get GitHub URL from npm module name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published