Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jooy2/qsu

🛠 Quick and Simple Utility for JavaScript. A collection of complex or useful features that are often used in JavaScript. It is implemented to be used in both a client or server environment.
https://github.com/jooy2/qsu

array easy-to-use esm javascript nodejs npm npm-package strings tools typescript underscore utility utils

Last synced: 2 months ago
JSON representation

🛠 Quick and Simple Utility for JavaScript. A collection of complex or useful features that are often used in JavaScript. It is implemented to be used in both a client or server environment.

Awesome Lists containing this project

README

        

![logo](https://raw.githubusercontent.com/jooy2/qsu/master/.github/resources/logo.webp)

# Qsu: Quick & Simple Utility for Node.js

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/qsu/blob/master/LICENSE) ![Programming Language Usage](https://img.shields.io/github/languages/top/jooy2/qsu) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/qsu) [![npm downloads](https://img.shields.io/npm/dm/qsu.svg)](https://www.npmjs.com/package/qsu) [![npm latest package](https://img.shields.io/npm/v/qsu/latest.svg)](https://www.npmjs.com/package/qsu) ![npm maintenance](https://img.shields.io/npms-io/maintenance-score/qsu) ![npm quality](https://img.shields.io/npms-io/quality-score/qsu) ![minified size](https://img.shields.io/bundlephobia/min/qsu) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2) ![Stars](https://img.shields.io/github/stars/jooy2/qsu?style=social)

**Qsu** is an underscore-based utility library optimized for the **[Node.js](https://nodejs.org)** development environment. It is supported in one module without the need to separately write frequently used methods for each project.

- Lightweight and fast!
- Easy to install and use.
- 100% optimized for the latest Node.js and ESM environments.
- Useful features for websites and web applications

## [Documentation (Getting Started & Method Reference)](https://qsu.cdget.com/getting-started/installation-javascript)

Installing and using the package and defining all the utility methods can be found on the documentation page below: https://qsu.cdget.com/getting-started/installation-javascript

## Contribute

You can report issues on [GitHub Issue Tracker](https://github.com/jooy2/qsu/issues). You can also request a pull to fix bugs and add frequently used features.

## License

Copyright © 2021-2024 [CDGet](https://cdget.com) <[[email protected]](mailto:[email protected])> Released under the MIT license.