An open API service indexing awesome lists of open source software.

https://github.com/0xtheprodev/js-utils

Common JavaScript/TypeScript Utility and Utility Functions.
https://github.com/0xtheprodev/js-utils

angular cloud fullstack hacktoberfest javascript nestjs nextjs react solidjs typescript vue web

Last synced: 4 months ago
JSON representation

Common JavaScript/TypeScript Utility and Utility Functions.

Awesome Lists containing this project

README

          

# JavaScript Utilities

[![Regression](https://github.com/0xTheProDev/js-utils/actions/workflows/regression.yml/badge.svg?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/actions/workflows/regression.yml)
[![Release](https://github.com/0xTheProDev/js-utils/actions/workflows/release.yml/badge.svg?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/actions/workflows/release.yml)

[![Sponsor](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/0xTheProDev)
[![Code Coverage](https://img.shields.io/codecov/c/github/0xtheprodev/js-utils?style=for-the-badge&token=Y2LTY0MA2U)](https://codecov.io/github/0xTheProDev/js-utils)
[![License](https://img.shields.io/github/license/0xTheProDev/js-utils?style=for-the-badge&label=license)](https://github.com/0xTheProDev/js-utils/blob/main/LICENSE)
[![Open Issues](https://img.shields.io/github/issues-raw/0xTheProDev/js-utils?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/issues)
[![Closed Issues](https://img.shields.io/github/issues-closed-raw/0xTheProDev/js-utils?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/issues?q=is%3Aissue+is%3Aclosed)
[![Open Pulls](https://img.shields.io/github/issues-pr-raw/0xTheProDev/js-utils?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/pulls)
[![Closed Pulls](https://img.shields.io/github/issues-pr-closed-raw/0xTheProDev/js-utils?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/pulls?q=is%3Apr+is%3Aclosed)
[![Contributors](https://img.shields.io/github/contributors/0xTheProDev/js-utils?style=for-the-badge)](https://github.com/0xTheProDev/js-utils/graphs/contributors)
[![Activity](https://img.shields.io/github/last-commit/0xTheProDev/js-utils?style=for-the-badge&label=most%20recent%20activity)](https://github.com/0xTheProDev/js-utils/pulse)

## Description

A Collection of JavaScript/TypeScript Utility and Functions useful for NodeJS and Web Projects



Package
Version
Downloads





Nest HTTP


Npm Version


Weekly Downloads




Nest Lock


Npm Version


Weekly Downloads


## Installation

### Pre-requisite

This project uses [Bun](https://bun.sh) as Package Manager. Please install appropriate [Bun Version](.bun-version) to set this repository up.

Install all the project dependencies as follows:

```sh
bun install
```

## Testing

- To run all the unit test suites, run the following after all the dependencies have been installed:

```sh
yarn test
```

- To collect coverage on the tested files, execute the following command:

```sh
yarn test:cov
```

## Reporting a Bug

Head on to [**Discussion**](https://github.com/0xTheProDev/js-utils/discussions) section to report a bug or to ask for any feature. Feel to add your queries about using this library as well under _Q & A_ section of it. Remember, do not create any Issues by yourself, maintainers of this repository will open one if deemed necessary.

## Changelog

See [CHANGELOG](https://github.com/0xTheProDev/js-utils/blob/main/CHANGELOG.md) for more details on what has been changed in the latest release.

## Contributing

See [Contributing Guidelines](https://github.com/0xTheProDev/js-utils/blob/main/.github/CONTRIBUTING.md).

## License

This project is licensed under the terms of the MIT license, see [LICENSE](https://github.com/0xTheProDev/js-utils/blob/main/LICENSE) for more details.


The Pro Dev