KvDeveloper Documentation

Usage

Learn how to effectively use KvDeveloper for your projects.

Basic Commands

Creating a New Project

Below command creates a new KivyMD project with a blank template and default structure none:

kvdeveloper create my_project

Including templates

Create a new KivyMD project using nav_toolbar template:

kvdeveloper create my_project --template nav_toolbar

Including structures

Create a new KivyMD project using nav_toolbar template with MVC architecture:

kvdeveloper create my_project --template nav_toolbar --structure MVC

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.