# GitHub にプラグインをホストする

便利なプラグインをビルドし、共有を希望する場合は、GitHub にリポジトリをホストして、他のユーザが [Plugin Manager](/ja/plugins/how-to-use-plug-ins.md#plugin-manager) からプラグインをインストールできるようにすることができます。

### プラグイン プロジェクトをホストする

このプロセスは、前の章で説明した、Plugin Playground で作成した[プラグインをパブリッシュする](/ja/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/SX5KbUEw61lT3xIP9LZT)

### ローカルでプラグイン プロジェクトの更新を続ける

この時点では、ローカルでプラグインの追加、変更、およびテストを続けることができます。パブリッシュの準備が整ったら、GitHub Desktop または別の Git クライアントを使用して GitHub リポジトリに変更をプッシュします。リポジトリとプラグインを使用するユーザは、FormIt の起動時に、常に最新のコードを取得します。

### プロジェクトをパブリッシュする

[Plugin Playground](/ja/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) ではなく、IDE で作成されたプロジェクトの場合は、プラグインのリポジトリに **FormIt-plugin** トピックを追加することで、プラグインをパブリッシュできます。

これにより、[コミュニティのプラグイン](/ja/plugins/example-1/formit-plugin-community.md)のリストでプラグインを見つけてもらうことができます。

プロジェクトのリンク(例: <https://github.com/Joe/JoesPlugin)にアクセスして、GitHub> 上でリポジトリを表示します。

右上隅にある\[Settings]をクリックします。

![](/files/kKGEJ47hS9cqdw9JyEWz)

プラグインの説明を追加し、\[Topics]フィールドに formit-plugin を追加して、変更を保存します。

![](/files/lF4N4XyoPnMJjYLYzwE3)

保存すると、プラグイン プロジェクトが[コミュニティのプラグイン](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/ja/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.
