{"id":13527240,"url":"https://github.com/toss/slash","last_synced_at":"2025-05-08T22:24:21.868Z","repository":{"id":61036301,"uuid":"546421604","full_name":"toss/slash","owner":"toss","description":"A collection of TypeScript/JavaScript packages to build high-quality web services.","archived":false,"fork":false,"pushed_at":"2025-03-06T15:04:50.000Z","size":279212,"stargazers_count":2881,"open_issues_count":26,"forks_count":314,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-05-08T20:55:37.649Z","etag":null,"topics":["javascript","react","toss","typescript","web"],"latest_commit_sha":null,"homepage":"https://slash.page","language":"JavaScript","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":null,"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-10-06T03:47:19.000Z","updated_at":"2025-05-08T07:35:49.000Z","dependencies_parsed_at":"2024-11-07T07:04:55.719Z","dependency_job_id":"4a1db440-2efe-4331-b2ef-964010fef004","html_url":"https://github.com/toss/slash","commit_stats":{"total_commits":424,"total_committers":102,"mean_commits":"4.1568627450980395","dds":0.8254716981132075,"last_synced_commit":"1e903e065028fc48ccecf47ba43dc276d7b6e257"},"previous_names":[],"tags_count":539,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fslash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fslash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fslash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Fslash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toss","download_url":"https://codeload.github.com/toss/slash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253156261,"owners_count":21862866,"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":["javascript","react","toss","typescript","web"],"created_at":"2024-08-01T06:01:43.868Z","updated_at":"2025-05-08T22:24:21.840Z","avatar_url":"https://github.com/toss.png","language":"JavaScript","readme":"# [Slash](https://slash.page) 라이브러리 \u0026middot; [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toss/slash/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/toss/slash/blob/main/.github/CONTRIBUTING.md)\n\n[English](./README.md) | 한국어\n\nSlash 라이브러리는 [토스](https://toss.im)에서 사용하는 TypeScript/JavaScript 패키지들이에요. 좋은 웹 서비스를 만들 수 있는 기반으로 사용할 수 있도록 30개 이상의 npm 패키지를 제공하고 있어요.\n\n- [**common**](https://github.com/toss/slash/blob/main/packages/common): Node.js 및 브라우저 환경 모두에서 사용할 수 있는 일반적인 라이브러리들이에요. 대표적인 예시로 [@toss/utils](https://github.com/toss/slash/blob/main/packages/common/utils), [@toss/hangul](https://github.com/toss/slash/blob/main/packages/common/hangul)이 있어요.\n- [**react**](https://github.com/toss/slash/blob/main/packages/react): React로 웹 서비스를 개발할 때 쉽게 사용할 수 있는 컴포넌트, Hooks, 또는 유틸리티 함수예요. 대표적인 예시로 [@toss/use-overlay](https://github.com/toss/slash/blob/main/packages/react/use-overlay), [@toss/emotion-utils](https://github.com/toss/slash/blob/main/packages/react/emotion-utils)가 있어요.\n\n[Slash 라이브러리 공식 문서](https://slash.page/ko)\n\n## 프로젝트 상태\n\n- Slash는 레거시 프로젝트이고, 현재 유지보수되고 있지 않습니다.\n- Slash의 여러 유용한 기능들은 여러 개의 별도 패키지들로 분리될 예정이며, 현재 개발 진행 중입니다.\n  - [es-hangul](https://github.com/toss/es-hangul)은 쉽게 한글을 다룰 수 있도록 돕는 JavaScript 라이브러리입니다.\n  - [es-toolkit](https://github.com/toss/es-toolkit)은 높은 성능과 작은 번들 사이즈, 강력한 타입을 자랑하는 현대적인 JavaScript 유틸리티 라이브러리입니다.\n  - [suspensive](https://github.com/toss/suspensive)는 React의 Suspense와 ErrorBoundary를 우아하게 다루는 JavaScript 라이브러리입니다.\n  - [use-funnel](https://github.com/toss/use-funnel)은 강력하고 안전한 단계별 상태 관리 React 라이브러리입니다.\n- Slash 기여를 원하시는 분들은 Slash가 아닌 위 패키지들에 기여를 부탁드립니다.\n\n## 기여하기\n\nSlash 라이브러리에는 토스 팀원이 아니더라도 누구나 기여할 수 있어요. Slash 라이브러리에 기여하고 싶다고 생각하셨다면 아래 문서를 참고해주세요.\n\n[CONTRIBUTING](./.github/CONTRIBUTING.md)\n\n## 라이선스\n\nMIT © Viva Republica, Inc. [LICENSE](./LICENSE) 파일을 참고하세요.\n\n\u003ca title=\"토스\" 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=\"토스\" src=\"https://static.toss.im/logos/png/4x/logo-toss.png\" width=\"100\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Fslash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoss%2Fslash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Fslash/lists"}