Skip to content

Meritt utils is a comprehensive npm package designed to simplify the development process of JavaScript projects. It provides a wide range of powerful and efficient string manipulation methods, encryption functions, and many more essential utilities, allowing you to streamline your code and eliminate the need for repetitive logic.

Mhmdhammoud/utils

Repository files navigation

Meritt Utility functions

This is a collection of utility functions that are often used in Meritt projects.

Actions

Changes NPM Publish on Release

Installation

For npm:

npm install @mhmdhammoud/meritt-utils

or for yarn:

yarn add @mhmdhammoud/meritt-utils

Usage

// Import the classes you need
import {Crypto, Formatter} from '@mhmdhammoud/meritt-utils'

// Example of creating a product slug
const slug = Formatter.slugify('My Product Name') // my-product-name

// Example of encrypting and decrypting a string

const encryptedMessage = Crypto.encrypt('Hello World', 7) // [23,235,141,414]

About

Meritt utils is a comprehensive npm package designed to simplify the development process of JavaScript projects. It provides a wide range of powerful and efficient string manipulation methods, encryption functions, and many more essential utilities, allowing you to streamline your code and eliminate the need for repetitive logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published