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

https://github.com/gutenye/lib.js

Copy and paste ready JavaScript utils
https://github.com/gutenye/lib.js

child-process fetch filesystem fs lodash raycast utils

Last synced: 3 months ago
JSON representation

Copy and paste ready JavaScript utils

Awesome Lists containing this project

README

        

# 🧩 LibJS 🧩

[![Stars](https://img.shields.io/github/stars/gutenye/lib.js?style=social)](https://github.com/gutenye/lib.js) [![License](https://img.shields.io/github/license/gutenye/lib.js?color=blue)](https://github.com/gutenye/lib.js/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue)](https://github.com/gutenye/lib.js#-contribute)

Javascript utils that you can copy and paste into your projects.

**Show your and support by starring this project and following the author, [Guten Ye](https://github.com/gutenye)!**

## 🌟 Design Goals

This is NOT a library. It's a collection of re-usable code that you can copy and paste into your apps. You do not install it as a dependency. It is not available or distributed via npm.
Pick the code you need. Copy and paste the code into your project and customize to your needs. The code is yours.

- Drop-in replacement
- Copy & paste only, do not publish the package.
- Naming: Can use same name if it's a drop-in replacement, otherwsie use a different name

## πŸ“– List of Utils

- [fs](./src/fs/README.md)
- [js](./src/js/README.md)
- [fetch](./src/fetch/README.md)
- [child_process](./src/child_process/README.md)
- [raycast](./src/raycast/README.md)

## 🀝 Contribute

We welcome contributions! Whether it’s bug reports, feature suggestions, or pull requests, your involvement makes this project better.

**How to Contribute:**

1. Fork the Repository
2. Open a Pull Request on Github

---

Thank you for using LibJS! ✨ If you found it helpful, please ⭐️ star the project ️️⭐ on GitHub. If you have any questions or encounter issues, please refer to the documentation or report an issue on GitHub.

**Special thanks to all the contributors:**

[![](https://contrib.rocks/image?repo=gutenye/lib.js)](https://github.com/gutenye/lib.js/graphs/contributors)

[⬆ Back to top ⬆](#readme)