{"id":28488766,"url":"https://github.com/toss/es-git","last_synced_at":"2025-06-25T17:02:56.394Z","repository":{"id":284548165,"uuid":"564369826","full_name":"toss/es-git","owner":"toss","description":"A modern Git library built for Node.js with blazing-fast installation and rock-solid stability, powered by N-API.","archived":false,"fork":false,"pushed_at":"2025-06-22T13:59:49.000Z","size":4945,"stargazers_count":287,"open_issues_count":2,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-24T07:41:49.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://es-git.slash.page","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toss.png","metadata":{"files":{"readme":"README-ko_kr.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-10T15:14:35.000Z","updated_at":"2025-06-22T13:59:53.000Z","dependencies_parsed_at":"2025-03-26T13:28:56.994Z","dependency_job_id":"aea0fbbc-f9cb-4d7b-9314-afd94fc135dd","html_url":"https://github.com/toss/es-git","commit_stats":null,"previous_names":["toss/es-git"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/toss/es-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fes-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fes-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fes-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fes-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toss","download_url":"https://codeload.github.com/toss/es-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fes-git/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261631520,"owners_count":23187249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T05:35:25.616Z","updated_at":"2025-06-25T17:02:56.383Z","avatar_url":"https://github.com/toss.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"![wallpaper](./docs/public/og.png)\n\n# es-git \u0026middot; [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toss/es-git/blob/main/LICENSE) [![NPM badge](https://img.shields.io/npm/v/es-git?logo=npm)](https://www.npmjs.com/package/es-git)\n\n[English](https://github.com/toss/es-git/blob/main/README.md) | 한국어\n\nes-git은 Node.js를 위한 현대적인 git 라이브러리예요. 간편하고 직관적인 인터페이스 덕분에 복잡한 git 작업도 쉽게 통합할 수 있으며, TypeScript 타입을 내장해 빠르고 안정적인 개발을\n지원해요.\n\nes-git은 [git2-rs](https://github.com/rust-lang/git2-rs)를 통해 libgit2에 바인딩하고, 이를 [napi-rs](https://napi.rs/)로 네이티브 모듈로 빌드해서,\n운영체제와 상관없이 고성능 git 기능을 제공해요.\n\n또한, node-gyp를 사용하지 않고 운영체제 및 cpu 아키텍처에 맞는 사전 빌드된 네이티브 모듈을 제공하기 때문에 사용자 환경에서 빌드하지 않고 간편하게\n모듈을 설치할 수 있어요.\n\n## 예제\n\n```ts\nimport { cloneRepository } from 'es-git';\n\nconst repo = await cloneRepository('https://github.com/toss/es-git', '/path/to/clone');\nconst head = repo.head().name();\nconsole.log(head); // \"refs/heads/main\"\n```\n\n## 문서\n\n- [사용법](https://es-git.slash.page/ko/usage/repository.html)\n- [레퍼런스](https://es-git.slash.page/ko/reference/Repository/openRepository.html)\n\n## 기여하기\n\n커뮤니티에 있는 모든 분들에게 기여를 환영해요. 아래에 작성되어 있는 기여 가이드를 확인하세요.\n\n[CONTRIBUTING](https://github.com/toss/es-git/blob/main/.github/CONTRIBUTING.md)\n\n## 라이센스\n\nMIT © Viva Republica, Inc. 자세한 내용은 [LICENSE](./LICENSE)를 참고하세요.\n\n\u003ca title=\"Toss\" href=\"https://toss.im\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://static.toss.im/logos/png/4x/logo-toss-reverse.png\"\u003e\n    \u003cimg alt=\"Toss\" src=\"https://static.toss.im/logos/png/4x/logo-toss.png\" width=\"100\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Fes-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoss%2Fes-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Fes-git/lists"}