Skip to content

bvasilenko/vRegistry

Repository files navigation

vRegistry

Component catalog for vUi primitives and vBlocks sections. Queryable JSON registry, frozen at build time. npm + CDN dual distribution. vCli and external tools consume it to scaffold from component name.

Install

npm install @booga/vregistry

Use

import { registry, findById, findByCategory } from "@booga/vregistry";

findById("hero-split");              // RegistryEntry | undefined
findByCategory("block");             // RegistryEntry[]
registry.entries;                    // readonly, sorted by id

CDN

https://cdn.jsdelivr.net/npm/@booga/vRegistry@0.1.0/dist/registry.json

CLI

vregistry build   # rescan vUi + vBlocks, emit dist/registry.json

Code of conduct

Contributor Covenant 2.1

License

MIT © 2026 bvasilenko

About

My component catalog for serving vUi and vBlocks to the booga CLI as a queryable JSON registry.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors