lyra-registry docs
nirholas / lyra-registry

lyra-registry

Central registry hub for Lyra ecosystem tools, agents, and plugins - the NPM for Crypto AI Tools

v1.0.2SEE LICENSE IN LICENSETypeScript
npm install

What it does

Capabilities documented in this repository.

Features

See the full documentation for details.

Tech Stack

See the full documentation for details.

2. Set Up Database

See the full documentation for details.

3. Run Migrations

See the full documentation for details.

4. Seed Database

See the full documentation for details.

API Reference

See the full documentation for details.

Get started

Install it, then run your first command.

npm install
CommandRuns
npm run devnext dev
npm run buildnext build
npm run startnext start
npm run lintnext lint

Read the full getting started guide

Examples

Taken directly from this repository's documentation.

git clone https://github.com/nirholas/lyra-registry.git
cd lyra-registry
npm install
cp .env.example .env
# Edit .env with your DATABASE_URL
npm run db:push

More examples

Reference