Skip to content

abbas-roholamin/larax

Repository files navigation

Larax

Larax Logo

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.

Features

  • 🔥 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

Installation

npm install larax

Usage

  1. Install the package via NPM.
  2. 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;
  3. Explore the available utilities in the documentation.

Configuration

Larax does not require any special configuration. Just import the needed helpers and start using them.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (feature/my-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/my-feature).
  5. Create a Pull Request.

License

This project is licensed under the MIT License.

Author

Developed by Abbas Roholamin.


Star the repository if you find it useful!

About

laravel helpers writing in js + ts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published