1.0.4 • Published 11 months ago

string-genius v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

string-genius

npm version

A lightweight npm package that generates random strings of a specified length. It provides a simple and efficient way to generate random strings containing alphanumeric characters.

Installation

You can install the package via npm:

npm install string-genius
import generateRandomString from "string-genius";
const randomString = generateRandomString(10);
console.log(randomString);
// Output: "8Fg6Hj2kL7"

Usage

The generateRandomString function takes a single argument length which specifies the desired length of the random string.

Whether you need to generate random strings for testing purposes, password generation, or any other use case, the string-genius package provides a convenient solution. Enjoy the flexibility and simplicity of generating random strings with string-genius!

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please feel free to submit a pull request or open an issue.

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago