An open API service indexing awesome lists of open source software.

https://github.com/shigma/get-registry

Get registry config for current package manager
https://github.com/shigma/get-registry

Last synced: over 1 year ago
JSON representation

Get registry config for current package manager

Awesome Lists containing this project

README

          

# get-registry

Get registry config for current package manager.

```ts
import get from 'get-registry'

await get() // 'https://registry.npmjs.org'
```