{"id":26670676,"url":"https://github.com/gaki2/tft-utils","last_synced_at":"2025-08-23T19:10:43.460Z","repository":{"id":193846262,"uuid":"679680803","full_name":"gaki2/tft-utils","owner":"gaki2","description":"전략적 팀 전투 유틸","archived":false,"fork":false,"pushed_at":"2023-12-18T04:53:32.000Z","size":9179,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T00:33:53.920Z","etag":null,"topics":["league-of-legends","lolchess","team-fight-tatics","tft"],"latest_commit_sha":null,"homepage":"https://www.tftutils.com","language":"TypeScript","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/gaki2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-17T11:31:56.000Z","updated_at":"2024-04-28T09:43:52.000Z","dependencies_parsed_at":"2024-10-29T23:19:49.205Z","dependency_job_id":null,"html_url":"https://github.com/gaki2/tft-utils","commit_stats":{"total_commits":191,"total_committers":3,"mean_commits":"63.666666666666664","dds":0.1465968586387435,"last_synced_commit":"fe61b63fc5b972d5c9e06951f438ad383d72218a"},"previous_names":["gaki2/tft-utils"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaki2%2Ftft-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaki2%2Ftft-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaki2%2Ftft-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaki2%2Ftft-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaki2","download_url":"https://codeload.github.com/gaki2/tft-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556963,"owners_count":20634888,"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":["league-of-legends","lolchess","team-fight-tatics","tft"],"created_at":"2025-03-25T22:39:14.532Z","updated_at":"2025-03-25T22:39:15.120Z","avatar_url":"https://github.com/gaki2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 롤토체스 유틸\n*TFT Utils*\n\n![poro](https://tft-utils.s3.ap-northeast-2.amazonaws.com/assets/poro.jpeg)\n\n# Installation\n\n```\n$ npm i tft-utils\n```\n\n# About\n\n롤토체스 유틸은 롤토체스 전적 사이트나 공략 사이트를 만들기 위해 필요한 컴포넌트들을 제공하는 라이브러리입니다. \n\n# Usage\n\n### Board 컴포넌트 (배치툴)\n\n```tsx\n\nconst App = () =\u003e {\n  const champions = [\n    {\n      position: {row: 0, col: 0},\n      champion: 'Sona',\n      main: true,\n    },\n    {\n      position: {row: 0, col: 1},\n      champion: 'Riven',\n    },\n  ];\n  \n  return (\n    // Board10 은 시즌10 전용 배치툴을 의미합니다. (시즌 11이 나올경우 Board11 컴포넌트가 만들어짐.)\n    \u003cBoard10 champions={champions} /\u003e\n  );\n};\n```\n\n### Badge 컴포넌트 (챔피언, 아이템, 특성, 증강)\n\n```tsx\nconst App = () =\u003e {\n\n  return (\n    \u003c\u003e\n      \u003cChampionBadge10 name={'Sona'} /\u003e\n      \u003cItemBadge10 name={'BFSword'} /\u003e\n      \u003cTraitBadge10 name={'8bit'} /\u003e\n      \u003cAugmentBadge10 name={'SalvageBin'} /\u003e\n    \u003c/\u003e\n      );\n};\n```\n\n# 시즌, 언어 지원\n \n*Season Support*\n\n`season10`\n\n*Language Support*\n\n`en` `ko`\n\n# Peer Dependencies\n\nreact, react-dom, styled-components \u003cbr\u003e\n\n롤토체스 유틸 라이브러리는 내부적으로 react, react-dom, styled-components 를 사용합니다. \u003cbr\u003e\n따라서 사용하고자 하는 프로젝트에 위 세개의 라이브러리를 설치해야 정상적으로 작동합니다. \u003cbr\u003e\n\n```\n\"peerDependencies\": {\n    \"react\": \"^16.8.0 || ^17.0.0 || ^18.0.0\",\n    \"react-dom\": \"^16.8.0 || ^17.0.0 || ^18.0.0\",\n    \"styled-components\": \"\u003e=5\"\n  }\n```\n\n# Bug\n\n이슈를 만들어주시거나 메일로 문의해주세요.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaki2%2Ftft-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaki2%2Ftft-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaki2%2Ftft-utils/lists"}