@techmely/utils
Version:
Collection of helpful JavaScript / TypeScript utils
50 lines (32 loc) • 1.54 kB
Markdown
[](https://www.codacy.com/gh/TechMeLy/utils/dashboard?utm_source=github.com&utm_medium=referral&utm_content=TechMeLy/utils&utm_campaign=Badge_Grade) [](https://deepscan.io/dashboard#view=project&tid=15239&pid=18403&bid=449716) [](http://makeapullrequest.com)
---
<h2 align="center">
Opinionated collection of helpful JavaScript / TypeScript utils which we use on the real world applications
</h2>
<hr>
## Features
- 📦 <5kb mini libraries
- Tree-shakable ESM
- Unit Test coverage 80% with [vitest](https://vitest.dev)
- Code quality analysis is A+ with [codacy](https://www.codacy.com) and [deepscan](https://deepscan.io)
- Bundle to commonjs and es-module with [tsup](https://github.com/egoist/tsup)
- Package manager [yarn 3](https://yarnpkg.com), safe and fast
- Release with [semantic-release](https://npm.im/semantic-release)
## Install to use in your project
With npm
```bash
npm i --save-dev @techmely/utils
```
With yarn
```bash
yarn add -D @techmely/utils
```
With pnpm
```bash
pnpm add -D @techmely/utils
```
## How to contributes
1. Run `pnpm install` to install all dependencies
2. Run others command in `package.json` with `pnpm run ...`
## License
MIT © [TechMeLy](https://github.com/sponsors/TechMeLy)