Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/cli/ai-assistants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/cli/auth-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/cli/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 2 additions & 14 deletions content/cli/index.md
Original file line number Diff line number Diff line change
@@ -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 <name>` | [Creating Applications](#creating-applications) |
| Generate CRUD state, handlers, templates, and tests | `lvt gen <resource> ...` | [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)
Expand Down
4 changes: 2 additions & 2 deletions content/cli/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/contributing/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading