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

https://github.com/michael-spengler/registries

Deno registries optimization - e.g. synchronization
https://github.com/michael-spengler/registries

deno nestdotland

Last synced: 2 months ago
JSON representation

Deno registries optimization - e.g. synchronization

Awesome Lists containing this project

README

          

# Registries
This module helps to synchronize Deno registries - e.g. https://deno.land and https://nest.land

## Usage Example

```ts
import { ModuleInfoProvider } from 'https://deno.land/x/registries/module-info-provider.ts'

const repository = await ModuleInfoProvider.getRepository('sleep')

console.log(repository)
```

## Contributions
Contributions are welcome.