KvDeveloper Documentation

KvDeveloper Commands

KvDeveloper provides several commands to help you manage and create KivyMD projects efficiently. Below is a list of the available commands with their descriptions and usage.

create

Description

Create a new project with the specified template and structure.

Usage

kvdeveloper create [OPTIONS] [PROJECT_NAME]

Options and Arguments

Example

kvdeveloper create my_project --template blank --structure MVC

show-readme

Description

Show the README.md file containing the template info of the project.

Usage

kvdeveloper show_readme [DIRECTORY]

Options and Arguments

DIRECTORY: The directory containing the README.md file. Defaults to the current directory (.).

list-templates

Description

List all available templates.

Usage

kvdeveloper list_templates

list-structures

Description

List all available structures.

Usage

kvdeveloper list_structures

help

Example:

kvdeveloper create --help

This document serves as a reference for all available commands in KvDeveloper. Use these commands to streamline your KivyMD development process.

FAQ

Have questions? We've compiled a list of Frequently Asked Questions to help you troubleshoot common issues and get the most out of KvDeveloper.