diff --git a/docs/components/NpmWeeklyDownloadsChart.vue b/docs/components/NpmWeeklyDownloadsChart.vue new file mode 100644 index 000000000..80aae7864 --- /dev/null +++ b/docs/components/NpmWeeklyDownloadsChart.vue @@ -0,0 +1,128 @@ + + + diff --git a/docs/intro.md b/docs/intro.md index 8f2ce25a7..5c51822b9 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -18,6 +18,30 @@ Here are some of the features es-toolkit offers: - **Promise**: Asynchronous utilities like [delay](./reference/promise/delay.md). - **String**: Utilities for string manipulation, such as [snakeCase](./reference/string/snakeCase.md) +## Trusted by Developers + +Developers from major repositories have chosen es-toolkit, as shown below. + +- [storybookjs/storybook](https://github.com/storybookjs/storybook) + ![GitHub stars](https://img.shields.io/github/stars/storybookjs/storybook?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/storybook?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [microsoft/genaiscript](https://github.com/microsoft/genaiscript) + ![GitHub stars](https://img.shields.io/github/stars/microsoft/genaiscript?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/genaiscript?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [vadimdemedes/ink](https://github.com/vadimdemedes/ink) + ![GitHub stars](https://img.shields.io/github/stars/vadimdemedes/ink?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/ink?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +[Check more](https://github.com/toss/es-toolkit/network/dependents) + + + + + ## Links Please refer to the following links for more information about this project. diff --git a/docs/ja/intro.md b/docs/ja/intro.md index 12138f772..a77ac6a8f 100644 --- a/docs/ja/intro.md +++ b/docs/ja/intro.md @@ -18,6 +18,30 @@ es-toolkitが提供する機能リストは以下の通りです: - **Promise**: 非同期操作のためのユーティリティ、例えば [delay](./reference/promise/delay.md) など。 - **String**: 文字列操作のためのユーティリティ、例えば [snakeCase](./reference/string/snakeCase.md) など。 +## 信頼されるツール + +以下のように、大規模リポジトリの開発者たちが es-toolkit を選択しています。 + +- [storybookjs/storybook](https://github.com/storybookjs/storybook) + ![GitHub stars](https://img.shields.io/github/stars/storybookjs/storybook?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/storybook?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [microsoft/genaiscript](https://github.com/microsoft/genaiscript) + ![GitHub stars](https://img.shields.io/github/stars/microsoft/genaiscript?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/genaiscript?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [vadimdemedes/ink](https://github.com/vadimdemedes/ink) + ![GitHub stars](https://img.shields.io/github/stars/vadimdemedes/ink?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/ink?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +[もっと見る](https://github.com/toss/es-toolkit/network/dependents) + + + + + ## リンク このプロジェクトについてより多くの情報を得るには、以下のリンクを参照してください: diff --git a/docs/ko/intro.md b/docs/ko/intro.md index 1f2c56d01..b3b0fbdb2 100644 --- a/docs/ko/intro.md +++ b/docs/ko/intro.md @@ -18,6 +18,30 @@ es-toolkit이 제공하는 기능 목록은 다음과 같습니다. - **Promise**: [delay](./reference/promise/delay.md)와 같은 비동기 유틸리티 함수를 제공해요. - **문자열**: [snakeCase](./reference/string/snakeCase.md)와 같이 문자열을 다루기 위한 다양한 함수를 제공해요. +## 신뢰할 수 있는 라이브러리 + +아래와 같이 대형 리포지토리의 개발자들이 es-toolkit을 선택했습니다. + +- [storybookjs/storybook](https://github.com/storybookjs/storybook) + ![GitHub stars](https://img.shields.io/github/stars/storybookjs/storybook?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/storybook?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [microsoft/genaiscript](https://github.com/microsoft/genaiscript) + ![GitHub stars](https://img.shields.io/github/stars/microsoft/genaiscript?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/genaiscript?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [vadimdemedes/ink](https://github.com/vadimdemedes/ink) + ![GitHub stars](https://img.shields.io/github/stars/vadimdemedes/ink?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/ink?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +[더 보기](https://github.com/toss/es-toolkit/network/dependents) + + + + + ## 링크 이 프로젝트에 대해서 더 많은 정보를 얻기 위해서는 아래 링크를 참고하세요. diff --git a/docs/zh_hans/intro.md b/docs/zh_hans/intro.md index 0106ea61d..67cd16cb3 100644 --- a/docs/zh_hans/intro.md +++ b/docs/zh_hans/intro.md @@ -18,6 +18,30 @@ es-toolkit 内置 TypeScript 类型,并经过严格测试,确保了100%的 - **Promise**: 异步操作工具,如 [delay](./reference/promise/delay.md)。 - **String**: 字符串操作工具,如 [snakeCase](./reference/string/snakeCase.md)。 +## 值得信赖的工具 + +如下所示,来自大型代码库的开发者选择了 es-toolkit。 + +- [storybookjs/storybook](https://github.com/storybookjs/storybook) + ![GitHub stars](https://img.shields.io/github/stars/storybookjs/storybook?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/storybook?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [microsoft/genaiscript](https://github.com/microsoft/genaiscript) + ![GitHub stars](https://img.shields.io/github/stars/microsoft/genaiscript?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/genaiscript?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +- [vadimdemedes/ink](https://github.com/vadimdemedes/ink) + ![GitHub stars](https://img.shields.io/github/stars/vadimdemedes/ink?style=flat-square&logo=github&label=Stars&labelColor=black&color=black) + ![NPM downloads](https://img.shields.io/npm/dw/ink?style=flat-square&logo=npm&label=Downloads&labelColor=black&color=black) + +[查看更多](https://github.com/toss/es-toolkit/network/dependents) + + + + + ## 链接 请参考以下链接获取有关该项目的更多信息。