Skip to content

watson/npm-registry-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-registry-url

Get the current system npm registry URL

Build status js-standard-style

Installation

npm install npm-registry-url

Usage

var npmUrl = require('npm-registry-url')

npmUrl(function (err, url) {
  if (err) throw err
  console.log('The npm registry URL is:', url)
})

License

MIT

About

Get the current system npm registry URL

Resources

License

Stars

Watchers

Forks

Packages

No packages published