Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniogoeminne/lib_utils_ts
Hi! welcome to this library ๐ ๏ธ. It's a small library of utils that take examples from lodash and just
https://github.com/antoniogoeminne/lib_utils_ts
Last synced: 20 days ago
JSON representation
Hi! welcome to this library ๐ ๏ธ. It's a small library of utils that take examples from lodash and just
- Host: GitHub
- URL: https://github.com/antoniogoeminne/lib_utils_ts
- Owner: antonioGoeminne
- Created: 2024-06-04T19:48:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:48:04.000Z (2 months ago)
- Last Synced: 2024-10-13T22:12:20.512Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 670 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Welcome to this code! Here, we made a utility library that helps you to manage collections and checks โจ.
## Features
In this project, weยดve utilized these tools โ๏ธ:
- โจ **[ESLint](https://eslint.org/)** and **[Prettier](https://prettier.io/)** - For clean, consistent, and error-free code.
- ๐ ๏ธ **[TypeScript](https://www.typescriptlang.org/)** - For type safety.
- ๐งช **[Vitest](https://vitest.dev/)** - A Vite-native testing framework. It's fast!
- ๐จ **[Commitlint](https://commitlint.js.org/)** - helps your team adhere to a commit convention.
- ๐บ **[Husky](https://typicode.github.io/husky/)** - Husky enhances your commits and more ๐ถ woof!## How to navigate this project
You can navigate to `src`, where are all the utils and their tests.