# GitHub 앱에 대한 코드 작성

앱과 함께 GitHub API를 사용하는 방법, 지속적인 통합, 앱을 사용하여 빌드하는 방법에 대해 알아봅니다.

## Links

* [GitHub 앱에 대한 코드 작성 정보](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/about-writing-code-for-a-github-app)

  GitHub App에 기능을 추가하는 코드를 작성해야 합니다.

* [GitHub 앱을 빌드하기 위한 빠른 시작](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/quickstart)

  풀 리퀘스트에 댓글을 다는 GitHub App를 빠르게 만들 수 있습니다.

* [웹후크 이벤트에 응답하는 GitHub 앱 빌드](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events)

  웹후크 이벤트에 응답하여 API 요청을 보내는 GitHub App를 빌드하는 방법을 알아보세요.

* [GitHub 앱을 사용하여 "GitHub 사용하여 로그인" 단추 빌드](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app)

  이 자습서에 따라 GitHub App에 대해 웹 애플리케이션 흐름을 통해 사용자 액세스 토큰을 생성하는 Ruby 코드를 작성하세요.

* [GitHub 앱을 사용하여 CLI 빌드](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app)

  이 튜토리얼에 따라 디바이스 흐름을 통해 GitHub App용 사용자 액세스 토큰을 생성하는 Ruby CLI를 작성하세요.

* [GitHub 앱을 사용하여 CI 검사 빌드](/ko/enterprise-server@3.22/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app)

  테스트를 실행하기 위해 GitHub App와 검사 항목을 사용하는 연속 통합 서버를 구축합니다.