1.5.0 • Published 1 month ago

@mhmdhammoud/meritt-utils v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

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]
1.5.0

1 month ago

1.4.2

2 months ago

1.4.1

3 months ago

1.4.0

3 months ago

1.3.0

3 months ago

1.2.0

3 months ago

1.1.0

4 months ago

1.0.6

7 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago