mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- codegen: Low-code React app with JSON-driven component system - packagerepo: Schema-driven package repository with backend/frontend - postgres: Next.js app with Drizzle ORM and PostgreSQL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Seed Data
This directory contains example seed data for the goodpackagerepo system. Use this data to:
- Test the repository functionality
- Demonstrate features to users
- Provide working examples
Contents
example_packages.json- Sample package metadata for testingload_seed_data.py- Script to load seed data into the repositorysample_blobs/- Directory containing sample blob files to upload
Usage
To load seed data into your repository:
cd seed_data
python load_seed_data.py
This will:
- Create sample artifacts in various namespaces
- Tag them appropriately
- Demonstrate the full artifact lifecycle
Example Packages
The seed data includes:
- acme/hello-world (v1.0.0, v1.1.0, v2.0.0) - Simple hello world packages
- example/webapp (v0.1.0, v0.2.0) - Web application example
- tools/cli-tool (v3.0.0) - CLI tool example
- libs/utility (v1.0.0-beta, v1.0.0) - Library with prerelease versions