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
- Host: GitHub
- URL: https://github.com/michael-spengler/registries
- Owner: michael-spengler
- Created: 2020-10-25T10:16:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T19:33:38.000Z (over 5 years ago)
- Last Synced: 2026-01-02T13:53:18.491Z (6 months ago)
- Topics: deno, nestdotland
- Language: TypeScript
- Homepage:
- Size: 253 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.