Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 1.22 KB

File metadata and controls

78 lines (47 loc) · 1.22 KB

« How to Structure your addon.

How to fill in the Manifest file »



3. Template

In the following we will create a new
addon based on our Template repository.


💉 Prerequisites

  • You know how to use git.

  • ( You have a GitHub account )
    Not required but makes it easier.

  • You have Python and uv installed.


💾 Repository

  1. Open our Template repository in a new tab.

  2. Click on the green Use this template
    button on the right or fork the repository.

  3. Clone the repository to your system.


🪛 Customize

  1. Choose your preferred licenses.

  2. Update the folder name of <Addon>

  3. Update the name in pyproject.toml

  4. Update the information in package.xml


🧩 Integrate

Link your local addon folder with FreeCAD.