Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Table of Contents

🏪 Marketplace

The ggen marketplace provides a curated ecosystem of reusable code generation packs (gpacks) served via GitHub Pages with automated validation and deployment. Discover, install, and use high-quality templates from the community.

📚 About

The ggen marketplace provides a curated ecosystem of reusable code generation packs (gpacks) served via GitHub Pages with automated validation and deployment. Discover, install, and use high-quality templates from the community.

Key Statistics

MetricValue
Available Gpacks1
Open Source100%
LicenseMIT

🔍 Registry API

Access the marketplace registry programmatically:

# Registry URL: https://seanchatmangpt.github.io/ggen/registry/
# API Endpoint: https://seanchatmangpt.github.io/ggen/registry/index.json

🚀 Quick Start

Get started with the ggen marketplace:

# Search for gpacks
ggen search rust cli

# Install an gpack
ggen add io.ggen.rust.cli-subcommand

# Use installed gpack
ggen gen io.ggen.rust.cli-subcommand:rust.tmpl cmd=test

📦 Available Gpacks

Currently available gpacks in the marketplace:

io.ggen.rust.cli-subcommand
├── Generate clap subcommands for Rust CLI applications
├── Version: 0.1.0
├── License: MIT
└── Tags: rust, cli, clap, subcommand

🔧 Configuration

Configure the marketplace registry URL:

# Use GitHub Pages marketplace (default)
export GGEN_REGISTRY_URL="https://seanchatmangpt.github.io/ggen/registry/"

# Use local registry for development/testing
export GGEN_REGISTRY_URL="file:///path/to/local/registry/"

# Use custom registry
export GGEN_REGISTRY_URL="https://your-registry.com/"

📖 Documentation

Learn more about using and contributing to the marketplace:


Built with ❤️ by the ggen community | GitHub