From a983f82c1081403569d40d35d1e4c5339d485cac Mon Sep 17 00:00:00 2001 From: Behzad Ali Mohammad Zad Date: Mon, 26 Jun 2023 11:03:54 +0330 Subject: [PATCH] docs: update readme --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b95cde6..acb3de4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,41 @@ -# Yotils is TypeScript utility library +# Yotils is a collection of TypeScript utility functions + +With Yotils, you can effortlessly handle common tasks such as array manipulation, object manipulation, string operations, functional programming, and more. Each utility function is carefully crafted to be efficient, reliable, and easy to integrate into your projects. ![GitHub top language](https://img.shields.io/github/languages/top/behzadam/yotils) ![GitHub](https://img.shields.io/github/license/behzadam/yotils) -Utilities: +## Getting Started + +```bash +npm i yotils +``` + +## Local + +```bash +git clone https://github.com/behzadam/yotils.git +``` + +Install dependencies + +```bash +npm install +``` + +Run tests + +```bash +npm test +``` + +Build + +```bash +npm build +``` + +## Utilities - [areSame](src/are-same.ts) - [countItems](src/count-items.ts) @@ -26,3 +58,11 @@ Utilities: - [omitBy](src/omit-by.ts) - [toChunks](src/to-chunks.ts) - [wrapInArray](src/wrap-in-array.ts) + +## License + +The "TypeScript Algorithms, Data Structures and Patterns" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license. + +## Contact + +If you have any questions or suggestions regarding the repository, please feel free to [contact me](mailto:behzad.am@gmail.com).