/js-utils

Common JavaScript/TypeScript Utility and Utility Functions.

Primary LanguageTypeScriptMIT LicenseMIT

JavaScript Utilities

Regression Release

Sponsor Code Coverage License Open Issues Closed Issues Open Pulls Closed Pulls Contributors Activity

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 as Package Manager. Please install appropriate Bun Version to set this repository up.

Install all the project dependencies as follows:

bun install

Testing

  • To run all the unit test suites, run the following after all the dependencies have been installed:
yarn test
  • To collect coverage on the tested files, execute the following command:
yarn test:cov

Reporting a Bug

Head on to Discussion 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 for more details on what has been changed in the latest release.

Contributing

See Contributing Guidelines.

License

This project is licensed under the terms of the MIT license, see LICENSE for more details.

The Pro Dev