Lesson 7. Publishing an Addon: From Folder to GitHub and Addon Manager
Lesson Goal: Prepare the addon for distribution, create metadata, and publish it on GitHub so that any FreeCAD user can install it with a single click.
Lesson Goal: Prepare the addon for distribution, create metadata, and publish it on GitHub so that any FreeCAD user can install it with a single click.
GitHub CLI (short for gh) is a command-line tool that allows you to work with GitHub directly from your terminal. With it, you can manage repositories, issues, pull requests, releases, and other entities without going to the…