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
- Host: GitHub
- URL: https://github.com/gutenye/lib.js
- Owner: gutenye
- License: mit
- Created: 2024-11-08T00:56:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:40:35.000Z (5 months ago)
- Last Synced: 2025-01-20T15:24:01.621Z (4 months ago)
- Topics: child-process, fetch, filesystem, fs, lodash, raycast, utils
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π§© LibJS π§©
[](https://github.com/gutenye/lib.js) [](https://github.com/gutenye/lib.js/blob/main/LICENSE) [](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://github.com/gutenye/lib.js/graphs/contributors)
[β¬ Back to top β¬](#readme)