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

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

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

List all available templates.

Usage

kvdeveloper list_templates

list-structures

List all available structures.

Usage

kvdeveloper list_structures

add-screen

Create screens with specified template and structure.

Usage

kvdeveloper add-screen [OPTIONS] NAME_SCREEN...

Options and Arguments

Example

kvdeveloper add-screen TestScreen test2screen test3 --template blank --structure MVC

config-build-setup

Generates necessary build files for external build environments (Github/Colab) and linux systems.

Usage

kvdeveloper config-build-setup [OPTIONS] PLATFORM

Options and Arguments

Example

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.

FAQs

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