From 473851693376a3a60880f9246e6bd9715720c084 Mon Sep 17 00:00:00 2001 From: adnaan <758447+adnaan@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:06:24 +0000 Subject: [PATCH] Sync from lvt@v0.2.0 --- content/cli/ai-assistants.md | 4 ++-- content/cli/auth-customization.md | 4 ++-- content/cli/components.md | 4 ++-- content/cli/index.md | 16 ++-------------- content/cli/testing.md | 4 ++-- content/contributing/cli.md | 4 ++-- 6 files changed, 12 insertions(+), 24 deletions(-) diff --git a/content/cli/ai-assistants.md b/content/cli/ai-assistants.md index cc54daf..6a800a2 100644 --- a/content/cli/ai-assistants.md +++ b/content/cli/ai-assistants.md @@ -2,8 +2,8 @@ title: "LiveTemplate Assistant for GitHub Copilot" source_repo: "https://github.com/livetemplate/lvt" source_path: ".github/copilot-instructions.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # LiveTemplate Assistant for GitHub Copilot diff --git a/content/cli/auth-customization.md b/content/cli/auth-customization.md index da991a9..7f76d07 100644 --- a/content/cli/auth-customization.md +++ b/content/cli/auth-customization.md @@ -2,8 +2,8 @@ title: "Customizing Auth Templates" source_repo: "https://github.com/livetemplate/lvt" source_path: "docs/guides/auth-customization.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # Customizing Auth Templates diff --git a/content/cli/components.md b/content/cli/components.md index ef7d849..cf52ec9 100644 --- a/content/cli/components.md +++ b/content/cli/components.md @@ -2,8 +2,8 @@ title: "LiveTemplate Components Library" source_repo: "https://github.com/livetemplate/lvt" source_path: "components/README.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # LiveTemplate Components Library diff --git a/content/cli/index.md b/content/cli/index.md index 21ede65..53345b3 100644 --- a/content/cli/index.md +++ b/content/cli/index.md @@ -1,27 +1,15 @@ --- title: "LiveTemplate CLI (`lvt`) - Complete Guide" -description: "Complete guide to the lvt CLI for generating LiveTemplate apps, resources, views, auth, migrations, kits, and tests." source_repo: "https://github.com/livetemplate/lvt" source_path: "docs/guides/lvt-cli-guide.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # LiveTemplate CLI (`lvt`) - Complete Guide The `lvt` CLI is a Phoenix-inspired code generator for building LiveTemplate applications with CRUD functionality, authentication, and real-time features. -## At a glance - -| Need | Command or feature | See | -|---|---|---| -| Create a new application | `lvt new ` | [Creating Applications](#creating-applications) | -| Generate CRUD state, handlers, templates, and tests | `lvt gen ...` | [Generating Resources](#generating-resources) | -| Add auth scaffolding | Auth generator and auth templates | [Generating Auth](#generating-auth) | -| Manage database changes | Migration commands | [Managing Migrations](#managing-migrations) | -| Customize generated UI | Kits and component templates | [Kits System](#kits-system) | -| Run generated tests | Chromedp-backed testing support | [Testing](#testing) | - ## Table of Contents - [Installation](#installation) diff --git a/content/cli/testing.md b/content/cli/testing.md index ecab1ef..e09a55b 100644 --- a/content/cli/testing.md +++ b/content/cli/testing.md @@ -2,8 +2,8 @@ title: "LiveTemplate Testing Framework" source_repo: "https://github.com/livetemplate/lvt" source_path: "testing/README.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # LiveTemplate Testing Framework diff --git a/content/contributing/cli.md b/content/contributing/cli.md index 799fbba..24495c4 100644 --- a/content/contributing/cli.md +++ b/content/contributing/cli.md @@ -2,8 +2,8 @@ title: "Contributing to LVT CLI" source_repo: "https://github.com/livetemplate/lvt" source_path: "CONTRIBUTING.md" -source_ref: "v0.1.8" -source_commit: "dc7d1a4ddc7fd3d3ac9f3a1c51c9ea74c4f5ccf3" +source_ref: "v0.2.0" +source_commit: "2a88feb18e38e6e1b76b12952a1dc68cce094c63" --- # Contributing to LVT CLI