Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

패키지 검색

GitHub에 대한 패키지를 검색하고 검색 한정자를 사용하여 결과의 범위를 좁힐 수 있습니다.

이 기능을 사용할 수 있는 사용자

Anyone can search for packages they have access to.

GitHub Packages은(는) GitHub Free, GitHub Pro, 조직의 경우 GitHub Free, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server 3.0 이상 및 GitHub AE에서 사용할 수 있습니다.

GitHub Packages는 레거시 리포지토리별 플랜을 사용하는 계정이 소유한 프라이빗 리포지토리에서 사용할 수 없습니다. 또한 레거시 리포지토리별 계획을 사용하는 계정은 세분화된 권한을 지원하는 레지스트리에 액세스할 수 없습니다. 이러한 계정은 리포지토리에서 청구되기 때문입니다. 세분화된 권한을 지원하는 레지스트리 목록은 "GitHub 패키지에 대한 사용 권한 정보"을 참조하세요. 자세한 내용은 "AUTOTITLE"을 참조하세요.

About searching for packages

You can search for packages globally across all of GitHub, or search for packages within a particular organization. For more information, see "About searching on GitHub."

Tips:

  • For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "Understanding the search syntax".
  • Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for label:"in progress". Search is not case sensitive.

Searching within a user's or organization's packages

To find packages owned by a certain user or organization, use the user or org qualifier.

QualifierExample
user:USERNAMEuser:codertocat matches packages owned by @codertocat
org:ORGNAMEorg:github matches packages owned by the GitHub organization

Filtering by package visibility

To filter your search by whether a package is public or private, use the is qualifier.

QualifierExample
is:publicis:public angular matches public packages that contain the word "angular"
is:privateis:private php matches private packages that contain the word "php"