rellum.dev/registry
Registry
Find Rellum packages, inspect versions, and publish libraries with tick. This page reads from the live registry API at registry.rellum.dev.
| registry | checking | packages shown | 0 |
|---|---|---|---|
| versions | not loaded | downloads | not tracked yet |
| maintainers | not public yet | endpoint | registry.rellum.dev |
Loading packages from the registry.
Packages
| name | latest | description | repository |
|---|
Package View
Select a package to inspect versions.
Install a Package
tick add package-name
tick build
Publish a Package
tick login
tick publish
Registry Contract
| method | route | purpose |
|---|---|---|
| GET | /health | registry and database health |
| GET | /api/v1/packages | recent package list |
| GET | /api/v1/search?q=term | package search |
| GET | /api/v1/index/:name | version and dependency index |
| GET | /api/v1/packages/:name/:version/download | tarball download |
| POST | /api/v1/packages/publish | authenticated publish |