# GitHub에서 플러그인 호스팅

공유하고 싶은 유용한 플러그인을 빌드했습니까? 다른 사용자가 [Plugin Manager](/ko/plugins/how-to-use-plug-ins.md#plugin-manager)에서 귀하의 플러그인을 설치할 수 있도록 GitHub에 리포지토리를 호스팅하십시오!

### 플러그인 프로젝트 호스팅

이 프로세스는 플러그인 플레이그라운드에서 생성된 [플러그인을 게시](/ko/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md)하는 방법을 설명하는 이전 장과 유사합니다.

새 GitHub 플러그인 리포지토리(예: <https://github.com/Joe/JoesPlugins)로> 이동합니다.

맨 위 메뉴에서 설정 > 페이지를 클릭합니다. 소스에서 없음 버튼을 클릭하고 주 분기를 선택합니다. 저장을 클릭합니다.

![](/files/0AKJzWYTjSOKRbRELw8x)

### 플러그인 프로젝트를 로컬로 계속 업데이트

이때 로컬에서 플러그인을 계속 추가, 수정 및 테스트할 수 있으며, 게시할 준비가 되면 GitHub Desktop 또는 다른 Git 클라이언트를 사용하여 변경 사항을 GitHub 리포지토리에 푸시할 수 있습니다. 리포지토리와 플러그인을 사용하는 모든 사용자는 FormIt을 시작할 때 항상 최신 코드를 받습니다.

### 프로젝트 게시

[플러그인 플레이그라운드](/ko/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) 대신 IDE에서 작성된 프로젝트의 경우 **FormIt-plugin** 항목을 플러그인의 리포지토리에 추가하여 플러그인을 게시할 수 있습니다.

이렇게 하면 게시한 플러그인을 [커뮤니티 플러그인](/ko/plugins/example-1/formit-plugin-community.md) 리스트에서 찾을 수 있습니다.

프로젝트 링크(예: <https://github.com/Joe/JoesPlugin)를> 방문하여 GitHub에서 리포지토리를 확인합니다.

오른쪽 상단 구석에 있는 설정을 클릭합니다.

![](/files/YaF2LY8vlT7AFyS9famZ)

플러그인 설명을 추가하고, 항목 필드에 formit-plugin을 추가하고, 변경 사항을 저장합니다.

![](/files/F18vgTldJajXPRGjrO2o)

플러그인 프로젝트를 저장하면 [커뮤니티 플러그인](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/ko/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.
