This package has been deprecated

Author message:

use github-linker-cache instead

github-linker-registries

1.0.2 • Public • Published

github-linker-registries

Build Status NPM version Supported npm package Supported bower package Supported composer package

Install

$ npm install --save github-linker-registries

Usage

var registries = require('github-linker-registries');
console.log(registries.npm) 
// => {"jquery":"https://github.com/jquery/jquery", "bootstrap":"https://github.com/twbs/bootstrap" ...}
 
console.log(registries.bower)
// => {"lodash":"https://github.com/lodash/lodash", "async":"https://github.com/caolan/async" ...}
 
console.log(registries.composer)
// => {"monolog/monolog":"https://github.com/Seldaek/monolog", "twig/twig":"https://github.com/fabpot/Twig" ...}

Total supported repositories

npm: 78780

bower: 17643

composer: 37521

License

Copyright (c) 2014 Stefan Buck. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i github-linker-registries

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • stefanbuck