# 在 GitHub 上裝載外掛程式

您是否建置了有用的外掛程式想要分享？在 GitHub 上裝載您的儲存庫，以便其他人可以從 [Plugin Manager](/zh-tw/plugins/how-to-use-plug-ins.md#plugin-manager) 安裝您的外掛程式！

### 裝載外掛程式專案

此程序與先前的章節中我們討論如何[發佈在 Plugin Playground 中建立的外掛程式](/zh-tw/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md)類似。

移往您新的 GitHub 外掛程式儲存庫，例如 <https://github.com/Joe/JoesPlugins>

在頂端功能表中，按一下「Settings」>「Pages」。在「Source」下，按一下「None」按鈕，然後選取「main branch」。按一下「Save」。

![](/files/k6k21oUb6LbgYpeoBicR)

### 在本端繼續更新外掛程式專案

此時，您可以繼續在本端新增、修改和測試外掛程式，當您準備發佈時，使用 GitHub Desktop 或其他 Git 用戶端將變更推送到您的 GitHub 儲存庫。使用您的儲存庫和外掛程式的任何人，在啟動 FormIt 時一律會獲得最新的程式碼。

### 發佈專案

對於在 IDE 而不是在 [Plugin Playground](/zh-tw/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) 中建立的專案，您可以透過在外掛程式的儲存庫中新增 **FormIt-plugin** 主題來發佈外掛程式。

這可讓其他人在[社群外掛程式](/zh-tw/plugins/example-1/formit-plugin-community.md)清單中找到您的外掛程式。

造訪專案連結 (例如 <https://github.com/Joe/JoesPlugin)，可查看您在> GitHub 上的儲存庫

按一下右上角的「Settings」。

![](/files/me9HfXNUYWKyp9T3wCy3)

加入外掛程式描述、在「Topics」欄位中加入 formit-plugin，並儲存變更。

![](/files/qZ3Epqo2CNTIh4soWoW7)

儲存後，您的外掛程式專案將加入[社群外掛程式](https://github.com/topics/formit-plugin)清單。

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://windows.help.formit.autodesk.com/zh-tw/plugins/how-to-develop-plugins/advanced-development/hosting-a-plugin-on-github.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
