Larax is an NPM package that provides Laravel-inspired helpers written in JavaScript, making it easy to use Laravel-style utilities in your Node.js or frontend projects.
- 🔥 Laravel-inspired Helpers – Use familiar Laravel utilities in JavaScript
- 📦 Lightweight & Fast – Optimized for performance
- 🛠 Easy Integration – Works with Node.js and frontend frameworks
- 📜 Well-documented – Simple and intuitive API
npm install larax
- Install the package via NPM.
- Import and use the helpers in your JavaScript or TypeScript project:
import { Num } from 'larax'; console.log(Num.clamp({num: 5, min: 1, max: 3})) // 3;
- Explore the available utilities in the documentation.
Larax does not require any special configuration. Just import the needed helpers and start using them.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
feature/my-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/my-feature
). - Create a Pull Request.
This project is licensed under the MIT License.
Developed by Abbas Roholamin.
⭐ Star the repository if you find it useful!