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.
- Host: GitHub
- URL: https://github.com/0xtheprodev/js-utils
- Owner: 0xTheProDev
- License: mit
- Created: 2024-09-24T13:18:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:17:44.000Z (over 1 year ago)
- Last Synced: 2025-03-16T14:48:47.453Z (over 1 year ago)
- Topics: angular, cloud, fullstack, hacktoberfest, javascript, nestjs, nextjs, react, solidjs, typescript, vue, web
- Language: TypeScript
- Homepage:
- Size: 616 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# JavaScript Utilities
[](https://github.com/0xTheProDev/js-utils/actions/workflows/regression.yml)
[](https://github.com/0xTheProDev/js-utils/actions/workflows/release.yml)
[](https://github.com/sponsors/0xTheProDev)
[](https://codecov.io/github/0xTheProDev/js-utils)
[](https://github.com/0xTheProDev/js-utils/blob/main/LICENSE)
[](https://github.com/0xTheProDev/js-utils/issues)
[](https://github.com/0xTheProDev/js-utils/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/0xTheProDev/js-utils/pulls)
[](https://github.com/0xTheProDev/js-utils/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/0xTheProDev/js-utils/graphs/contributors)
[](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
Nest Lock
## 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.